is not current version
Last Version 1.0.0.Alpha11

org.hawkular:hawkular-api-parent 1.0.0.Alpha10

Common pom for rest api, listener and RX extensions modules, to be able to build them together.

GroupId

GroupId

org.hawkular
ArtifactId

ArtifactId

hawkular-api-parent
Version

Version

1.0.0.Alpha10
Type

Type

pom

Download hawkular-api-parent 1.0.0.Alpha10


<!-- https://jarcasting.com/artifacts/org.hawkular/hawkular-api-parent/ -->
<dependency>
    <groupId>org.hawkular</groupId>
    <artifactId>hawkular-api-parent</artifactId>
    <version>1.0.0.Alpha10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular/hawkular-api-parent/
implementation 'org.hawkular:hawkular-api-parent:1.0.0.Alpha10'
// https://jarcasting.com/artifacts/org.hawkular/hawkular-api-parent/
implementation ("org.hawkular:hawkular-api-parent:1.0.0.Alpha10")
'org.hawkular:hawkular-api-parent:pom:1.0.0.Alpha10'
<dependency org="org.hawkular" name="hawkular-api-parent" rev="1.0.0.Alpha10">
  <artifact name="hawkular-api-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hawkular', module='hawkular-api-parent', version='1.0.0.Alpha10')
)
libraryDependencies += "org.hawkular" % "hawkular-api-parent" % "1.0.0.Alpha10"
[org.hawkular/hawkular-api-parent "1.0.0.Alpha10"]