Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-vibur |
Version | Version6.0.0.Alpha4 |
Type | Typepom |
Filename | Size |
---|---|
hibernate-vibur-6.0.0.Alpha4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-vibur</artifactId>
<version>6.0.0.Alpha4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/
implementation 'org.hibernate:hibernate-vibur:6.0.0.Alpha4'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/
implementation ("org.hibernate:hibernate-vibur:6.0.0.Alpha4")
'org.hibernate:hibernate-vibur:pom:6.0.0.Alpha4'
<dependency org="org.hibernate" name="hibernate-vibur" rev="6.0.0.Alpha4">
<artifact name="hibernate-vibur" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-vibur', version='6.0.0.Alpha4')
)
libraryDependencies += "org.hibernate" % "hibernate-vibur" % "6.0.0.Alpha4"
[org.hibernate/hibernate-vibur "6.0.0.Alpha4"]