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