a

anyboot-jdbc

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