MVN

org.xbib : connection-pool-jdbc

Maven & Gradle

Jul 21, 2020

connection-pool-jdbc · JDBC connection pooling for Java 11+

<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>connection-pool-jdbc</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.1

All Versions

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

  • Version Updated
  • connection-pool-jdbc-0.0.1

    Jul 21, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>connection-pool-jdbc</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.xbib:connection-pool-jdbc:0.0.1'

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

implementation("org.xbib:connection-pool-jdbc:0.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.xbib" % "connection-pool-jdbc" % "0.0.1"