GroupId | GroupIdorg.hawkular |
---|---|
ArtifactId | ArtifactIdhawkular-redhat-access-integration-backend |
Version | Version1.0.0.Alpha6 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.hawkular/hawkular-redhat-access-integration-backend/ -->
<dependency>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-redhat-access-integration-backend</artifactId>
<version>1.0.0.Alpha6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular/hawkular-redhat-access-integration-backend/
implementation 'org.hawkular:hawkular-redhat-access-integration-backend:1.0.0.Alpha6'
// https://jarcasting.com/artifacts/org.hawkular/hawkular-redhat-access-integration-backend/
implementation ("org.hawkular:hawkular-redhat-access-integration-backend:1.0.0.Alpha6")
'org.hawkular:hawkular-redhat-access-integration-backend:war:1.0.0.Alpha6'
<dependency org="org.hawkular" name="hawkular-redhat-access-integration-backend" rev="1.0.0.Alpha6">
<artifact name="hawkular-redhat-access-integration-backend" type="war" />
</dependency>
@Grapes(
@Grab(group='org.hawkular', module='hawkular-redhat-access-integration-backend', version='1.0.0.Alpha6')
)
libraryDependencies += "org.hawkular" % "hawkular-redhat-access-integration-backend" % "1.0.0.Alpha6"
[org.hawkular/hawkular-redhat-access-integration-backend "1.0.0.Alpha6"]