GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdagent-bond-agent |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
agent-bond-agent-1.1.3.pom | |
agent-bond-agent-1.1.3.jar | 829 KB |
agent-bond-agent-1.1.3-sources.jar | 5 KB |
agent-bond-agent-1.1.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/agent-bond-agent/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>agent-bond-agent</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/agent-bond-agent/
implementation 'io.fabric8:agent-bond-agent:1.1.3'
// https://jarcasting.com/artifacts/io.fabric8/agent-bond-agent/
implementation ("io.fabric8:agent-bond-agent:1.1.3")
'io.fabric8:agent-bond-agent:jar:1.1.3'
<dependency org="io.fabric8" name="agent-bond-agent" rev="1.1.3">
<artifact name="agent-bond-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='agent-bond-agent', version='1.1.3')
)
libraryDependencies += "io.fabric8" % "agent-bond-agent" % "1.1.3"
[io.fabric8/agent-bond-agent "1.1.3"]