GroupId | GroupIdorg.hawkular.nest |
---|---|
ArtifactId | ArtifactIdhawkular-nest-parent |
Version | Version0.5.0.Final |
Type | Typepom |
Filename | Size |
---|---|
hawkular-nest-parent-0.5.0.Final.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hawkular.nest/hawkular-nest-parent/ -->
<dependency>
<groupId>org.hawkular.nest</groupId>
<artifactId>hawkular-nest-parent</artifactId>
<version>0.5.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.nest/hawkular-nest-parent/
implementation 'org.hawkular.nest:hawkular-nest-parent:0.5.0.Final'
// https://jarcasting.com/artifacts/org.hawkular.nest/hawkular-nest-parent/
implementation ("org.hawkular.nest:hawkular-nest-parent:0.5.0.Final")
'org.hawkular.nest:hawkular-nest-parent:pom:0.5.0.Final'
<dependency org="org.hawkular.nest" name="hawkular-nest-parent" rev="0.5.0.Final">
<artifact name="hawkular-nest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.nest', module='hawkular-nest-parent', version='0.5.0.Final')
)
libraryDependencies += "org.hawkular.nest" % "hawkular-nest-parent" % "0.5.0.Final"
[org.hawkular.nest/hawkular-nest-parent "0.5.0.Final"]