MVN

com.jolbox : bonecp-parent

Maven & Gradle

Oct 23, 2013
550 stars

BoneCP · The fast Java JDBC Database Connection pool

<dependency>
    <groupId>com.jolbox</groupId>
    <artifactId>bonecp-parent</artifactId>
    <version>0.8.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jolbox : bonecp-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.8.0.RELEASE
  • Latest Release Candidate: 0.8.0-rc3
  • Latest Beta: 0.8.0-beta1
  • Latest Alpha: 0.8.0-alpha1

All Versions

Choose a version of com.jolbox : bonecp-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
bonecp-parent-0.8.0.RELEASE
bonecp-parent-0.8.0-rc3
bonecp-parent-0.8.0-rc1
bonecp-parent-0.8.0-beta1
bonecp-parent-0.8.0-alpha1
0.7.x
bonecp-parent-0.7.1.RELEASE
bonecp-parent-0.7.1-rc5
bonecp-parent-0.7.1-rc4
bonecp-parent-0.7.1-rc3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.jolbox</groupId>
    <artifactId>bonecp-parent</artifactId>
    <version>0.8.0.RELEASE</version>
</dependency>

Advertisement