MVN

org.vibur : vibur-dbcp-hibernate4-012

Maven & Gradle

Nov 29, 2017
2 stars

Vibur DBCP - Hibernate 4.0, 4.1, 4.2 Integration · Hibernate 4.0, 4.1, 4.2 integration for Vibur DBCP.

<dependency>
    <groupId>org.vibur</groupId>
    <artifactId>vibur-dbcp-hibernate4-012</artifactId>
    <version>21.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.vibur : vibur-dbcp-hibernate4-012 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.2

All Versions

Choose a version of org.vibur : vibur-dbcp-hibernate4-012 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.2
vibur-dbcp-hibernate4-012-21.2
21.1
vibur-dbcp-hibernate4-012-21.1
21.0
vibur-dbcp-hibernate4-012-21.0
20.0
vibur-dbcp-hibernate4-012-20.0
19.2
vibur-dbcp-hibernate4-012-19.2
19.1
vibur-dbcp-hibernate4-012-19.1
19.0
vibur-dbcp-hibernate4-012-19.0
18.0
vibur-dbcp-hibernate4-012-18.0
17.0
vibur-dbcp-hibernate4-012-17.0
16.2
vibur-dbcp-hibernate4-012-16.2
16.1
vibur-dbcp-hibernate4-012-16.1
16.0
vibur-dbcp-hibernate4-012-16.0
15.0
vibur-dbcp-hibernate4-012-15.0
14.0
vibur-dbcp-hibernate4-012-14.0
13.0
vibur-dbcp-hibernate4-012-13.0
12.0
vibur-dbcp-hibernate4-012-12.0
11.0
vibur-dbcp-hibernate4-012-11.0
10.0
vibur-dbcp-hibernate4-012-10.0
9.0
vibur-dbcp-hibernate4-012-9.0
8.0
vibur-dbcp-hibernate4-012-8.0
7.0
vibur-dbcp-hibernate4-012-7.0
6.1
vibur-dbcp-hibernate4-012-6.1
6.0
vibur-dbcp-hibernate4-012-6.0
5.0
vibur-dbcp-hibernate4-012-5.0
4.0
vibur-dbcp-hibernate4-012-4.0
3.0
vibur-dbcp-hibernate4-012-3.0
1.2.x
vibur-dbcp-hibernate4-012-1.2.0
1.1.x
vibur-dbcp-hibernate4-012-1.1.1
vibur-dbcp-hibernate4-012-1.1.0

How to add a dependency to Maven

Add the following org.vibur : vibur-dbcp-hibernate4-012 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.vibur</groupId>
    <artifactId>vibur-dbcp-hibernate4-012</artifactId>
    <version>21.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.vibur : vibur-dbcp-hibernate4-012 gradle dependency to your build.gradle file:

implementation 'org.vibur:vibur-dbcp-hibernate4-012:21.2'

Gradle Kotlin DSL: Add the following org.vibur : vibur-dbcp-hibernate4-012 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.vibur:vibur-dbcp-hibernate4-012:21.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.vibur : vibur-dbcp-hibernate4-012 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.vibur" % "vibur-dbcp-hibernate4-012" % "21.2"