License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcc.rankey |
ArtifactId | ArtifactIdrankey |
Last Version | Last Version0.1.2.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionrankey
rankey project, some code is useful.
|
Filename | Size |
---|---|
rankey-0.1.2.RELEASE.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.rankey/rankey/ -->
<dependency>
<groupId>cc.rankey</groupId>
<artifactId>rankey</artifactId>
<version>0.1.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cc.rankey/rankey/
implementation 'cc.rankey:rankey:0.1.2.RELEASE'
// https://jarcasting.com/artifacts/cc.rankey/rankey/
implementation ("cc.rankey:rankey:0.1.2.RELEASE")
'cc.rankey:rankey:pom:0.1.2.RELEASE'
<dependency org="cc.rankey" name="rankey" rev="0.1.2.RELEASE">
<artifact name="rankey" type="pom" />
</dependency>
@Grapes(
@Grab(group='cc.rankey', module='rankey', version='0.1.2.RELEASE')
)
libraryDependencies += "cc.rankey" % "rankey" % "0.1.2.RELEASE"
[cc.rankey/rankey "0.1.2.RELEASE"]