How to install the Java artifact net.consensys.quorum.tessera.tessera-app with Maven
Java
Maven
pom.xml
net.consensys.quorum.tessera
tessera-app
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera-app</artifactId>
<version>20.10.1</version>
</dependency>
/dependencies>