Jar examples for j:jpox-dbcp
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.1.3 in this page.
Apache 2
You can use the following script to add jpox-dbcp-1.1.3.jar to your project.
<dependency> <groupId>jpox</groupId> <artifactId>jpox-dbcp</artifactId> <version>1.1.3</version> </dependency>
compile group: 'jpox', name: 'jpox-dbcp', version: '1.1.3'
libraryDependencies += "jpox" % "jpox-dbcp" % "1.1.3"
<dependency org="jpox" name="jpox-dbcp" rev="1.1.3"/>
@Grapes(@Grab(group='jpox', module='jpox-dbcp', version='1.1.3'))
'jpox:jpox-dbcp:jar:1.1.3'
Click the following link to download the jar file.
jpox-dbcp-1.1.3.jar