GroupId | GroupIdorg.hawkular.inventory |
---|---|
ArtifactId | ArtifactIdinventory-rest-api |
Version | Version0.0.5 |
Type | Typewar |
Filename | Size |
---|---|
inventory-rest-api-0.0.5.pom | |
inventory-rest-api-0.0.5.war | 36 MB |
inventory-rest-api-0.0.5-sources.jar | 38 KB |
inventory-rest-api-0.0.5-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hawkular.inventory/inventory-rest-api/ -->
<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>inventory-rest-api</artifactId>
<version>0.0.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.inventory/inventory-rest-api/
implementation 'org.hawkular.inventory:inventory-rest-api:0.0.5'
// https://jarcasting.com/artifacts/org.hawkular.inventory/inventory-rest-api/
implementation ("org.hawkular.inventory:inventory-rest-api:0.0.5")
'org.hawkular.inventory:inventory-rest-api:war:0.0.5'
<dependency org="org.hawkular.inventory" name="inventory-rest-api" rev="0.0.5">
<artifact name="inventory-rest-api" type="war" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.inventory', module='inventory-rest-api', version='0.0.5')
)
libraryDependencies += "org.hawkular.inventory" % "inventory-rest-api" % "0.0.5"
[org.hawkular.inventory/inventory-rest-api "0.0.5"]