| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdorg.hibernate |
| ArtifactId | ArtifactIdhibernate-vibur |
| Version | Version6.0.0.Beta1 |
| Type | Typepom |
| Description |
Descriptionhibernate-vibur - relocation
Integration for Vibur Connection pooling as a Hibernate ORM ConnectionProvider
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hibernate-vibur-6.0.0.Beta1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-vibur</artifactId>
<version>6.0.0.Beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/
implementation 'org.hibernate:hibernate-vibur:6.0.0.Beta1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/
implementation ("org.hibernate:hibernate-vibur:6.0.0.Beta1")
'org.hibernate:hibernate-vibur:pom:6.0.0.Beta1'
<dependency org="org.hibernate" name="hibernate-vibur" rev="6.0.0.Beta1">
<artifact name="hibernate-vibur" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-vibur', version='6.0.0.Beta1')
)
libraryDependencies += "org.hibernate" % "hibernate-vibur" % "6.0.0.Beta1"
[org.hibernate/hibernate-vibur "6.0.0.Beta1"]