MVN

jpox-dbcp : jpox-dbcp

Maven & Gradle

Mar 13, 2007

JPOX-DBCP · DBCP plugin for JPOX.

<dependency>
    <groupId>jpox-dbcp</groupId>
    <artifactId>jpox-dbcp</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jpox-dbcp : jpox-dbcp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of jpox-dbcp : jpox-dbcp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jpox-dbcp-1.1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>jpox-dbcp</groupId>
    <artifactId>jpox-dbcp</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jpox-dbcp : jpox-dbcp gradle dependency to your build.gradle file:

implementation 'jpox-dbcp:jpox-dbcp:1.1.7'

Gradle Kotlin DSL: Add the following jpox-dbcp : jpox-dbcp gradle kotlin dependency to your build.gradle.kts file:

implementation("jpox-dbcp:jpox-dbcp:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following jpox-dbcp : jpox-dbcp sbt scala dependency to your build.sbt file:

libraryDependencies += "jpox-dbcp" % "jpox-dbcp" % "1.1.7"