is not current version
Last Version 6.1.0.Final

org.hibernate:hibernate-vibur 5.3.0.Beta1

Integration for Vibur Connection pooling as a Hibernate ORM ConnectionProvider

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-vibur
Version

Version

5.3.0.Beta1
Type

Type

jar

Download hibernate-vibur 5.3.0.Beta1


<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-vibur</artifactId>
    <version>5.3.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/
implementation 'org.hibernate:hibernate-vibur:5.3.0.Beta1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/
implementation ("org.hibernate:hibernate-vibur:5.3.0.Beta1")
'org.hibernate:hibernate-vibur:jar:5.3.0.Beta1'
<dependency org="org.hibernate" name="hibernate-vibur" rev="5.3.0.Beta1">
  <artifact name="hibernate-vibur" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-vibur', version='5.3.0.Beta1')
)
libraryDependencies += "org.hibernate" % "hibernate-vibur" % "5.3.0.Beta1"
[org.hibernate/hibernate-vibur "5.3.0.Beta1"]