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