Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdconfig |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
config-1.0.0.pom | |
config-1.0.0.jar | 141 KB |
config-1.0.0-sources.jar | 79 KB |
config-1.0.0-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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/config/
implementation 'net.consensys.quorum.tessera:config:1.0.0'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/config/
implementation ("net.consensys.quorum.tessera:config:1.0.0")
'net.consensys.quorum.tessera:config:jar:1.0.0'
<dependency org="net.consensys.quorum.tessera" name="config" rev="1.0.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='config', version='1.0.0')
)
libraryDependencies += "net.consensys.quorum.tessera" % "config" % "1.0.0"
[net.consensys.quorum.tessera/config "1.0.0"]