GroupId | GroupIdorg.hawkular.inventory |
---|---|
ArtifactId | ArtifactIdinventory-rest-test |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
inventory-rest-test-0.0.6.pom | |
inventory-rest-test-0.0.6.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hawkular.inventory/inventory-rest-test/ -->
<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>inventory-rest-test</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.inventory/inventory-rest-test/
implementation 'org.hawkular.inventory:inventory-rest-test:0.0.6'
// https://jarcasting.com/artifacts/org.hawkular.inventory/inventory-rest-test/
implementation ("org.hawkular.inventory:inventory-rest-test:0.0.6")
'org.hawkular.inventory:inventory-rest-test:jar:0.0.6'
<dependency org="org.hawkular.inventory" name="inventory-rest-test" rev="0.0.6">
<artifact name="inventory-rest-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.inventory', module='inventory-rest-test', version='0.0.6')
)
libraryDependencies += "org.hawkular.inventory" % "inventory-rest-test" % "0.0.6"
[org.hawkular.inventory/inventory-rest-test "0.0.6"]