Download jpox-dbcp-1.2.0-beta-1.jar file - Jar j

Jar examples for j:jpox-dbcp

Description

JPOX can be used with DBCP to use a connection pool internally. This plugin provides this capability.

You can download jar file jpox-dbcp 1.2.0-beta-1 in this page.

License

Apache 2

Build File

You can use the following script to add jpox-dbcp-1.2.0-beta-1.jar to your project.

<dependency>
   <groupId>jpox</groupId>
   <artifactId>jpox-dbcp</artifactId>
   <version>1.2.0-beta-1</version>
</dependency>
compile group: 'jpox', name: 'jpox-dbcp', version: '1.2.0-beta-1'
libraryDependencies += "jpox" % "jpox-dbcp" % "1.2.0-beta-1"
<dependency org="jpox" name="jpox-dbcp" rev="1.2.0-beta-1"/>
@Grapes(@Grab(group='jpox', module='jpox-dbcp', version='1.2.0-beta-1'))
'jpox:jpox-dbcp:jar:1.2.0-beta-1'

Download

Click the following link to download the jar file.

jpox-dbcp-1.2.0-beta-1.jar
jpox-dbcp-1.2.0-beta-1.pom



Related Tutorials