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