Files download
File Operation
dbnd-agent-1.0.12.13.jar download
dbnd-agent-1.0.12.13.pom download
dbnd-agent-1.0.12.13-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.databand</groupId>
  <artifactId>dbnd-agent</artifactId>
  <version>1.0.12.13</version>
</dependency>
Gradle Groovy
implementation 'ai.databand:dbnd-agent:1.0.12.13'
Gradle Kotlin
implementation("ai.databand:dbnd-agent:1.0.12.13")
Scala SBT
libraryDependencies += "ai.databand" % "dbnd-agent" % "1.0.12.13"
Groovy Grape
@Grapes(
  @Grab(group='ai.databand', module='dbnd-agent', version='1.0.12.13')
)
Apache Ivy
<dependency org="ai.databand" name="dbnd-agent" rev="1.0.12.13" />
Leiningen
[ai.databand/dbnd-agent "1.0.12.13"]
Apache Buildr
'ai.databand:dbnd-agent:jar:1.0.12.13'