j

jdbc-api

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