MVN

org.anyboot : anyboot-jdbc

Maven & Gradle

Sep 22, 2022
3 usages

anyboot-jdbc · anyboot-jdbc

<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anyboot-jdbc</artifactId>
    <version>8.5.7.2512-20220922</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anyboot : anyboot-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.5.7.2512-20220922
  • Latest Beta: 8.5.3.255-beta3

All Versions

Choose a version of org.anyboot : anyboot-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.5.x
anyboot-jdbc-8.5.7.2512-20220922
anyboot-jdbc-8.5.7.2512-20220920
anyboot-jdbc-8.5.7.2512-20220908
anyboot-jdbc-8.5.7.2512-20220907
anyboot-jdbc-8.5.7.2512-20220906
anyboot-jdbc-8.5.7.2512-20220825
anyboot-jdbc-8.5.7.2512-20220822
anyboot-jdbc-8.5.7.2512-20220820
anyboot-jdbc-8.5.7.2512-20220819
anyboot-jdbc-8.5.7.2512-20220818
anyboot-jdbc-8.5.7.2512-20220816
anyboot-jdbc-8.5.7.2512-20220815
anyboot-jdbc-8.5.6.2512-20220810
anyboot-jdbc-8.5.6.2512-20220809
anyboot-jdbc-8.5.6.2512-20220808
anyboot-jdbc-8.5.5.2512-20220805
anyboot-jdbc-8.5.5.2512-20220802
anyboot-jdbc-8.5.5.2512-20220801
anyboot-jdbc-8.5.5.2512-20220725
anyboot-jdbc-8.5.3.2312-20220630
anyboot-jdbc-8.5.3.2312-20220629
anyboot-jdbc-8.5.3.2312-20220623
anyboot-jdbc-8.5.3.2312-20220615
anyboot-jdbc-8.5.3.2312-20220609
anyboot-jdbc-8.5.3.2312-20220601
anyboot-jdbc-8.5.3.2312-20220526
anyboot-jdbc-8.5.3.2312-20220525
anyboot-jdbc-8.5.3.2312-20220520
anyboot-jdbc-8.5.3.255-beta3
anyboot-jdbc-8.5.3.255-beta2
anyboot-jdbc-8.5.3.255-beta1
anyboot-jdbc-8.5.2.2312-20220501
anyboot-jdbc-8.5.2.2117-20220312
anyboot-jdbc-8.5.2.2117-20220305
anyboot-jdbc-8.5.2.2117-20220302
anyboot-jdbc-8.5.2.2117-20220301
anyboot-jdbc-8.5.2.2117-20220228
anyboot-jdbc-8.5.2.2117-20220227
anyboot-jdbc-8.5.2.2117-20220226
anyboot-jdbc-8.5.2.2117-20220225
anyboot-jdbc-8.5.2.2117-20220222
anyboot-jdbc-8.5.2.2117-20220210
anyboot-jdbc-8.5.2.2117-20220209
anyboot-jdbc-8.5.2.2117-20220208
anyboot-jdbc-8.5.1.2117-RELEASE
anyboot-jdbc-8.5.1.2117
anyboot-jdbc-8.5.1.2117-20220222
anyboot-jdbc-8.5.1.2117-20220220
anyboot-jdbc-8.5.1.2117-20220218
anyboot-jdbc-8.5.1.2117-20220216
anyboot-jdbc-8.5.1.2117-20220215
anyboot-jdbc-8.5.1.2117-20220210
anyboot-jdbc-8.5.1.2117-20220209
anyboot-jdbc-8.5.1.2117-20220208
anyboot-jdbc-8.5.1.2117-20220126
anyboot-jdbc-8.5.1.2117-20220120
anyboot-jdbc-8.5.1.2117-20220111
anyboot-jdbc-8.5.1.2312-20211229
8.3.x
anyboot-jdbc-8.3.9.215
anyboot-jdbc-8.3.8.206
anyboot-jdbc-8.3.7.215

How to add a dependency to Maven

Add the following org.anyboot : anyboot-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anyboot-jdbc</artifactId>
    <version>8.5.7.2512-20220922</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anyboot : anyboot-jdbc gradle dependency to your build.gradle file:

implementation 'org.anyboot:anyboot-jdbc:8.5.7.2512-20220922'

Gradle Kotlin DSL: Add the following org.anyboot : anyboot-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anyboot:anyboot-jdbc:8.5.7.2512-20220922")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anyboot : anyboot-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anyboot" % "anyboot-jdbc" % "8.5.7.2512-20220922"

Advertisement