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

Jar examples for b:bonecp

Description

Lightweight connection pool.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials