MVN

org.vibur : vibur-dbcp-hibernate5

Maven & Gradle

Nov 29, 2017
1 stars

Vibur DBCP - Hibernate 5+ Integration · Hibernate 5+ integration for Vibur DBCP.

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

Latest Version

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

  • Latest Stable: 21.2

All Versions

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

Version Vulnerabilities Updated
21.2
vibur-dbcp-hibernate5-21.2
21.1
vibur-dbcp-hibernate5-21.1
21.0
vibur-dbcp-hibernate5-21.0
20.0
vibur-dbcp-hibernate5-20.0
19.2
vibur-dbcp-hibernate5-19.2
19.1
vibur-dbcp-hibernate5-19.1
19.0
vibur-dbcp-hibernate5-19.0
18.0
vibur-dbcp-hibernate5-18.0
17.0
vibur-dbcp-hibernate5-17.0
16.2
vibur-dbcp-hibernate5-16.2
16.1
vibur-dbcp-hibernate5-16.1
16.0
vibur-dbcp-hibernate5-16.0
15.0
vibur-dbcp-hibernate5-15.0
14.0
vibur-dbcp-hibernate5-14.0
13.0
vibur-dbcp-hibernate5-13.0
12.0
vibur-dbcp-hibernate5-12.0
11.0
vibur-dbcp-hibernate5-11.0
10.0
vibur-dbcp-hibernate5-10.0
9.0
vibur-dbcp-hibernate5-9.0
8.0
vibur-dbcp-hibernate5-8.0
7.0
vibur-dbcp-hibernate5-7.0
6.1
vibur-dbcp-hibernate5-6.1
6.0
vibur-dbcp-hibernate5-6.0
5.0
vibur-dbcp-hibernate5-5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement