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