Download datanucleus-connectionpool-2.0.3.jar file - Jar d

Jar examples for d:datanucleus-connectionpool

Description

DataNucleus can be used with a connection pool internally. This plugin provides this capability for C3P0, DBCP, Proxool and BoneCP.

You can download jar file datanucleus-connectionpool 2.0.3 in this page.

Build File

You can use the following script to add datanucleus-connectionpool-2.0.3.jar to your project.

<dependency>
   <groupId>org.datanucleus</groupId>
   <artifactId>datanucleus-connectionpool</artifactId>
   <version>2.0.3</version>
</dependency>
compile group: 'org.datanucleus', name: 'datanucleus-connectionpool', version: '2.0.3'
libraryDependencies += "org.datanucleus" % "datanucleus-connectionpool" % "2.0.3"
<dependency org="org.datanucleus" name="datanucleus-connectionpool" rev="2.0.3"/>
@Grapes(@Grab(group='org.datanucleus', module='datanucleus-connectionpool', version='2.0.3'))
'org.datanucleus:datanucleus-connectionpool:jar:2.0.3'

Download

Click the following link to download the jar file.

datanucleus-connectionpool-2.0.3-sources.jar
datanucleus-connectionpool-2.0.3.jar
datanucleus-connectionpool-2.0.3.pom



Related Tutorials