a

agent-bond-agent

文件下载
文件名 操作
agent-bond-agent-1.2.0.jar 下载
agent-bond-agent-1.2.0.pom 下载
agent-bond-agent-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.fabric8</groupId>
  <artifactId>agent-bond-agent</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.fabric8:agent-bond-agent:1.2.0'
Gradle Kotlin
implementation("io.fabric8:agent-bond-agent:1.2.0")
Scala SBT
libraryDependencies += "io.fabric8" % "agent-bond-agent" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.fabric8', module='agent-bond-agent', version='1.2.0')
)
Apache Ivy
<dependency org="io.fabric8" name="agent-bond-agent" rev="1.2.0" />
Leiningen
[io.fabric8/agent-bond-agent "1.2.0"]
Apache Buildr
'io.fabric8:agent-bond-agent:jar:1.2.0'