Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdco.privacyone.keychain |
ArtifactId | ArtifactIdrestmodel |
Last Version | Last Version1.5.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
restmodel-1.5.5.pom | |
restmodel-1.5.5.jar | 24 KB |
restmodel-1.5.5-sources.jar | 15 KB |
restmodel-1.5.5-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.privacyone.keychain/restmodel/ -->
<dependency>
<groupId>co.privacyone.keychain</groupId>
<artifactId>restmodel</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/co.privacyone.keychain/restmodel/
implementation 'co.privacyone.keychain:restmodel:1.5.5'
// https://jarcasting.com/artifacts/co.privacyone.keychain/restmodel/
implementation ("co.privacyone.keychain:restmodel:1.5.5")
'co.privacyone.keychain:restmodel:jar:1.5.5'
<dependency org="co.privacyone.keychain" name="restmodel" rev="1.5.5">
<artifact name="restmodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.privacyone.keychain', module='restmodel', version='1.5.5')
)
libraryDependencies += "co.privacyone.keychain" % "restmodel" % "1.5.5"
[co.privacyone.keychain/restmodel "1.5.5"]