Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.blazebit |
ArtifactId | ArtifactIdblaze-persistence-integration-hibernate-4 |
Version | Version1.1.0-Alpha4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-hibernate-4/ -->
<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration-hibernate-4</artifactId>
<version>1.1.0-Alpha4</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-hibernate-4/
implementation 'com.blazebit:blaze-persistence-integration-hibernate-4:1.1.0-Alpha4'
// https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-hibernate-4/
implementation ("com.blazebit:blaze-persistence-integration-hibernate-4:1.1.0-Alpha4")
'com.blazebit:blaze-persistence-integration-hibernate-4:jar:1.1.0-Alpha4'
<dependency org="com.blazebit" name="blaze-persistence-integration-hibernate-4" rev="1.1.0-Alpha4">
<artifact name="blaze-persistence-integration-hibernate-4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blazebit', module='blaze-persistence-integration-hibernate-4', version='1.1.0-Alpha4')
)
libraryDependencies += "com.blazebit" % "blaze-persistence-integration-hibernate-4" % "1.1.0-Alpha4"
[com.blazebit/blaze-persistence-integration-hibernate-4 "1.1.0-Alpha4"]