Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-vibur |
Version | Version5.4.27.SP1 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-vibur-5.4.27.SP1.pom | |
hibernate-vibur-5.4.27.SP1.jar | 5 KB |
hibernate-vibur-5.4.27.SP1-sources.jar | 4 KB |
hibernate-vibur-5.4.27.SP1-javadoc.jar | 403 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-vibur</artifactId>
<version>5.4.27.SP1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/
implementation 'org.hibernate:hibernate-vibur:5.4.27.SP1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-vibur/
implementation ("org.hibernate:hibernate-vibur:5.4.27.SP1")
'org.hibernate:hibernate-vibur:jar:5.4.27.SP1'
<dependency org="org.hibernate" name="hibernate-vibur" rev="5.4.27.SP1">
<artifact name="hibernate-vibur" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-vibur', version='5.4.27.SP1')
)
libraryDependencies += "org.hibernate" % "hibernate-vibur" % "5.4.27.SP1"
[org.hibernate/hibernate-vibur "5.4.27.SP1"]