Download bonecp-0.8.0-rc3.jar file - Jar b

Jar examples for b:bonecp

Description

Lightweight connection pool.

You can download jar file bonecp 0.8.0-rc3 in this page.

License

Apache License

Build File

You can use the following script to add bonecp-0.8.0-rc3.jar to your project.

<dependency>
   <groupId>com.jolbox</groupId>
   <artifactId>bonecp</artifactId>
   <version>0.8.0-rc3</version>
</dependency>
compile group: 'com.jolbox', name: 'bonecp', version: '0.8.0-rc3'
libraryDependencies += "com.jolbox" % "bonecp" % "0.8.0-rc3"
<dependency org="com.jolbox" name="bonecp" rev="0.8.0-rc3"/>
@Grapes(@Grab(group='com.jolbox', module='bonecp', version='0.8.0-rc3'))
'com.jolbox:bonecp:jar:0.8.0-rc3'

Download

Click the following link to download the jar file.

bonecp-0.8.0-rc3-javadoc.jar
bonecp-0.8.0-rc3-sources.jar
bonecp-0.8.0-rc3.jar
bonecp-0.8.0-rc3.pom



Related Tutorials