is not current version
Last Version 6.1.0.Final

org.hibernate.orm:hibernate-vibur 6.0.0.Alpha3

Integration for Vibur Connection pooling as a Hibernate ORM ConnectionProvider

Categories

Categories

ORM Data Hibernate
GroupId

GroupId

org.hibernate.orm
ArtifactId

ArtifactId

hibernate-vibur
Version

Version

6.0.0.Alpha3
Type

Type

jar

Download hibernate-vibur 6.0.0.Alpha3


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