d

dbnd-client

DBND Tracking API Client.
https://github.com/databand-ai/dbnd
The Apache Software License, Version 2.0
Databand.ai, Ltd.
Files download
File Operation
dbnd-client-1.0.7.3.jar download
dbnd-client-1.0.7.3.pom download
dbnd-client-1.0.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.databand</groupId>
  <artifactId>dbnd-client</artifactId>
  <version>1.0.7.3</version>
</dependency>
Gradle Groovy
implementation 'ai.databand:dbnd-client:1.0.7.3'
Gradle Kotlin
implementation("ai.databand:dbnd-client:1.0.7.3")
Scala SBT
libraryDependencies += "ai.databand" % "dbnd-client" % "1.0.7.3"
Groovy Grape
@Grapes(
  @Grab(group='ai.databand', module='dbnd-client', version='1.0.7.3')
)
Apache Ivy
<dependency org="ai.databand" name="dbnd-client" rev="1.0.7.3" />
Leiningen
[ai.databand/dbnd-client "1.0.7.3"]
Apache Buildr
'ai.databand:dbnd-client:jar:1.0.7.3'