is not current version
Last Version 0.40.1.Final

org.hawkular.services:hawkular-rest-api 0.0.7.Final

Component that allows users to interface with Hawkular. One rest call to it's endpoint will probably end up with multiple requests to the individual components.

GroupId

GroupId

org.hawkular.services
ArtifactId

ArtifactId

hawkular-rest-api
Version

Version

0.0.7.Final
Type

Type

war

Download hawkular-rest-api 0.0.7.Final


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