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