Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdconfig |
Version | Version20.10.1 |
Type | Typejar |
Filename | Size |
---|---|
config-20.10.1.pom | |
config-20.10.1.jar | 141 KB |
config-20.10.1-sources.jar | 79 KB |
config-20.10.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/config/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>config</artifactId>
<version>20.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/config/
implementation 'net.consensys.quorum.tessera:config:20.10.1'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/config/
implementation ("net.consensys.quorum.tessera:config:20.10.1")
'net.consensys.quorum.tessera:config:jar:20.10.1'
<dependency org="net.consensys.quorum.tessera" name="config" rev="20.10.1">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='config', version='20.10.1')
)
libraryDependencies += "net.consensys.quorum.tessera" % "config" % "20.10.1"
[net.consensys.quorum.tessera/config "20.10.1"]