License |
License |
---|---|
GroupId | GroupIdorg.hawkular.services |
ArtifactId | ArtifactIdhawkular-api-parent |
Last Version | Last Version0.40.1.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHawkular REST: API parent pom
Common pom for rest api, listener and RX extensions modules, to be able to build them together.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hawkular-api-parent-0.40.1.Final.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hawkular.services/hawkular-api-parent/ -->
<dependency>
<groupId>org.hawkular.services</groupId>
<artifactId>hawkular-api-parent</artifactId>
<version>0.40.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.services/hawkular-api-parent/
implementation 'org.hawkular.services:hawkular-api-parent:0.40.1.Final'
// https://jarcasting.com/artifacts/org.hawkular.services/hawkular-api-parent/
implementation ("org.hawkular.services:hawkular-api-parent:0.40.1.Final")
'org.hawkular.services:hawkular-api-parent:pom:0.40.1.Final'
<dependency org="org.hawkular.services" name="hawkular-api-parent" rev="0.40.1.Final">
<artifact name="hawkular-api-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.services', module='hawkular-api-parent', version='0.40.1.Final')
)
libraryDependencies += "org.hawkular.services" % "hawkular-api-parent" % "0.40.1.Final"
[org.hawkular.services/hawkular-api-parent "0.40.1.Final"]