License |
License |
---|---|
Categories |
CategoriesJava Languages Net KeY Data Data Formats Formal Verification |
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-key |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTrueCommons KeyManager
KeyManager modules provide secret key management.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
truecommons-key-2.5.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-key</artifactId>
<version>2.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key/
implementation 'net.java.truecommons:truecommons-key:2.5.0'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key/
implementation ("net.java.truecommons:truecommons-key:2.5.0")
'net.java.truecommons:truecommons-key:pom:2.5.0'
<dependency org="net.java.truecommons" name="truecommons-key" rev="2.5.0">
<artifact name="truecommons-key" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-key', version='2.5.0')
)
libraryDependencies += "net.java.truecommons" % "truecommons-key" % "2.5.0"
[net.java.truecommons/truecommons-key "2.5.0"]