Categories |
CategoriesNet KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdkey-generation |
Version | Version21.1.1 |
Type | Typejar |
Filename | Size |
---|---|
key-generation-21.1.1.pom | |
key-generation-21.1.1.jar | 14 KB |
key-generation-21.1.1-sources.jar | 8 KB |
key-generation-21.1.1-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/key-generation/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>key-generation</artifactId>
<version>21.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/key-generation/
implementation 'net.consensys.quorum.tessera:key-generation:21.1.1'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/key-generation/
implementation ("net.consensys.quorum.tessera:key-generation:21.1.1")
'net.consensys.quorum.tessera:key-generation:jar:21.1.1'
<dependency org="net.consensys.quorum.tessera" name="key-generation" rev="21.1.1">
<artifact name="key-generation" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='key-generation', version='21.1.1')
)
libraryDependencies += "net.consensys.quorum.tessera" % "key-generation" % "21.1.1"
[net.consensys.quorum.tessera/key-generation "21.1.1"]