MVN

org.vibur : vibur-dbcp-hibernate3

Maven & Gradle

Nov 29, 2017
2 stars

Vibur DBCP - Hibernate3 Integration · Hibernate3 integration for Vibur DBCP.

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

Latest Version

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

  • Latest Stable: 21.2

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.vibur:vibur-dbcp-hibernate3:21.2'

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

implementation("org.vibur:vibur-dbcp-hibernate3:21.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.vibur" % "vibur-dbcp-hibernate3" % "21.2"