MVN

net.xdob.ha-jdbc2 : ha-jdbc2

Maven & Gradle

Jul 28, 2023
1 stars

ha-jdbc2 · High-Availability JDBC

<dependency>
    <groupId>net.xdob.ha-jdbc2</groupId>
    <artifactId>ha-jdbc2</artifactId>
    <version>3.6.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xdob.ha-jdbc2 : ha-jdbc2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.24

All Versions

Choose a version of net.xdob.ha-jdbc2 : ha-jdbc2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
ha-jdbc2-3.6.24
ha-jdbc2-3.6.23
ha-jdbc2-3.6.22
ha-jdbc2-3.6.21
ha-jdbc2-3.6.20
ha-jdbc2-3.6.19
ha-jdbc2-3.6.18
ha-jdbc2-3.6.17

How to add a dependency to Maven

Add the following net.xdob.ha-jdbc2 : ha-jdbc2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.xdob.ha-jdbc2</groupId>
    <artifactId>ha-jdbc2</artifactId>
    <version>3.6.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.xdob.ha-jdbc2 : ha-jdbc2 gradle dependency to your build.gradle file:

implementation 'net.xdob.ha-jdbc2:ha-jdbc2:3.6.24'

Gradle Kotlin DSL: Add the following net.xdob.ha-jdbc2 : ha-jdbc2 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.xdob.ha-jdbc2:ha-jdbc2:3.6.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.xdob.ha-jdbc2 : ha-jdbc2 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.xdob.ha-jdbc2" % "ha-jdbc2" % "3.6.24"