MVN

com.jolbox : bonecp-provider

Maven & Gradle

Feb 22, 2012
4 usages
549 stars

BoneCP :: Hibernate provider · Helper class for easier Hibernate intergration

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

Latest Version

Choose a version of com.jolbox : bonecp-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1.RELEASE
  • Latest Release Candidate: 0.7.1-rc5
  • Latest Alpha: 0.8.0-alpha1

All Versions

Choose a version of com.jolbox : bonecp-provider to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following com.jolbox : bonecp-provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jolbox</groupId>
    <artifactId>bonecp-provider</artifactId>
    <version>0.7.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jolbox : bonecp-provider gradle dependency to your build.gradle file:

implementation 'com.jolbox:bonecp-provider:0.7.1.RELEASE'

Gradle Kotlin DSL: Add the following com.jolbox : bonecp-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jolbox:bonecp-provider:0.7.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jolbox : bonecp-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jolbox" % "bonecp-provider" % "0.7.1.RELEASE"

Advertisement

Dependencies from Group

Oct 23, 2013
238 usages
549 stars
Oct 23, 2013
16 usages
549 stars
Feb 22, 2012
4 usages
549 stars
Oct 23, 2013
2 usages
549 stars
Oct 23, 2013
550 stars

Discover Dependencies