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