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