BoneCP

The fast Java JDBC Database Connection pool

License

License

GroupId

GroupId

com.jolbox
ArtifactId

ArtifactId

bonecp-parent
Last Version

Last Version

0.8.0.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

BoneCP
The fast Java JDBC Database Connection pool
Project URL

Project URL

http://jolbox.com
Project Organization

Project Organization

JolBox
Source Code Management

Source Code Management

http://github.com/wwadge/bonecp

Download bonecp-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.jolbox/bonecp-parent/ -->
<dependency>
    <groupId>com.jolbox</groupId>
    <artifactId>bonecp-parent</artifactId>
    <version>0.8.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jolbox/bonecp-parent/
implementation 'com.jolbox:bonecp-parent:0.8.0.RELEASE'
// https://jarcasting.com/artifacts/com.jolbox/bonecp-parent/
implementation ("com.jolbox:bonecp-parent:0.8.0.RELEASE")
'com.jolbox:bonecp-parent:pom:0.8.0.RELEASE'
<dependency org="com.jolbox" name="bonecp-parent" rev="0.8.0.RELEASE">
  <artifact name="bonecp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jolbox', module='bonecp-parent', version='0.8.0.RELEASE')
)
libraryDependencies += "com.jolbox" % "bonecp-parent" % "0.8.0.RELEASE"
[com.jolbox/bonecp-parent "0.8.0.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • bonecp-jdk-compat
  • bonecp
  • bonecp-spring
  • bonecp-test-commons

BoneCP

BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It beats older connection pools such as C3P0 and DBCP but should now be considered deprecated in favour of HikariCP.

Versions

Version
0.8.0.RELEASE
0.8.0-rc3
0.8.0-rc1
0.8.0-beta1
0.8.0-alpha1
0.7.1.RELEASE
0.7.1-rc5
0.7.1-rc4
0.7.1-rc3