Last Version

BoneCP 0.8.0.RELEASE

The fast Java JDBC Database Connection pool

License

License

GroupId

GroupId

com.jolbox
ArtifactId

ArtifactId

bonecp-parent
Version

Version

0.8.0.RELEASE
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 0.8.0.RELEASE


<!-- 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