Categories |
CategoriesJava Languages Net KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdnet.java.truecommons |
ArtifactId | ArtifactIdtruecommons-key |
Version | Version2.3.3 |
Type | Typepom |
Filename | Size |
---|---|
truecommons-key-2.3.3.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.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key/
implementation 'net.java.truecommons:truecommons-key:2.3.3'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key/
implementation ("net.java.truecommons:truecommons-key:2.3.3")
'net.java.truecommons:truecommons-key:pom:2.3.3'
<dependency org="net.java.truecommons" name="truecommons-key" rev="2.3.3">
<artifact name="truecommons-key" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-key', version='2.3.3')
)
libraryDependencies += "net.java.truecommons" % "truecommons-key" % "2.3.3"
[net.java.truecommons/truecommons-key "2.3.3"]