GroupId | GroupIdorg.hawkular.inventory |
---|---|
ArtifactId | ArtifactIdhawkular-inventory-feature-pack |
Version | Version1.1.2.Final |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.hawkular.inventory/hawkular-inventory-feature-pack/ -->
<dependency>
<groupId>org.hawkular.inventory</groupId>
<artifactId>hawkular-inventory-feature-pack</artifactId>
<version>1.1.2.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.inventory/hawkular-inventory-feature-pack/
implementation 'org.hawkular.inventory:hawkular-inventory-feature-pack:1.1.2.Final'
// https://jarcasting.com/artifacts/org.hawkular.inventory/hawkular-inventory-feature-pack/
implementation ("org.hawkular.inventory:hawkular-inventory-feature-pack:1.1.2.Final")
'org.hawkular.inventory:hawkular-inventory-feature-pack:pom:1.1.2.Final'
<dependency org="org.hawkular.inventory" name="hawkular-inventory-feature-pack" rev="1.1.2.Final">
<artifact name="hawkular-inventory-feature-pack" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.inventory', module='hawkular-inventory-feature-pack', version='1.1.2.Final')
)
libraryDependencies += "org.hawkular.inventory" % "hawkular-inventory-feature-pack" % "1.1.2.Final"
[org.hawkular.inventory/hawkular-inventory-feature-pack "1.1.2.Final"]