| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.ubirch.key |
| ArtifactId | ArtifactIdmodel-rest_2.11 |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| model-rest_2.11-0.1.3.pom | |
| model-rest_2.11-0.1.3.jar | 14 KB |
| model-rest_2.11-0.1.3-sources.jar | 1 KB |
| model-rest_2.11-0.1.3-javadoc.jar | 355 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ubirch.key/model-rest_2.11/ -->
<dependency>
<groupId>com.ubirch.key</groupId>
<artifactId>model-rest_2.11</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubirch.key/model-rest_2.11/
implementation 'com.ubirch.key:model-rest_2.11:0.1.3'
// https://jarcasting.com/artifacts/com.ubirch.key/model-rest_2.11/
implementation ("com.ubirch.key:model-rest_2.11:0.1.3")
'com.ubirch.key:model-rest_2.11:jar:0.1.3'
<dependency org="com.ubirch.key" name="model-rest_2.11" rev="0.1.3">
<artifact name="model-rest_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubirch.key', module='model-rest_2.11', version='0.1.3')
)
libraryDependencies += "com.ubirch.key" % "model-rest_2.11" % "0.1.3"
[com.ubirch.key/model-rest_2.11 "0.1.3"]