文件下载
文件名 操作
dbnd-api-1.0.14.1.jar 下载
dbnd-api-1.0.14.1.pom 下载
dbnd-api-1.0.14.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ai.databand</groupId>
  <artifactId>dbnd-api</artifactId>
  <version>1.0.14.1</version>
</dependency>
Gradle Groovy
implementation 'ai.databand:dbnd-api:1.0.14.1'
Gradle Kotlin
implementation("ai.databand:dbnd-api:1.0.14.1")
Scala SBT
libraryDependencies += "ai.databand" % "dbnd-api" % "1.0.14.1"
Groovy Grape
@Grapes(
  @Grab(group='ai.databand', module='dbnd-api', version='1.0.14.1')
)
Apache Ivy
<dependency org="ai.databand" name="dbnd-api" rev="1.0.14.1" />
Leiningen
[ai.databand/dbnd-api "1.0.14.1"]
Apache Buildr
'ai.databand:dbnd-api:jar:1.0.14.1'
本项目依赖
该项目无第三方依赖