Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.blazebit |
ArtifactId | ArtifactIdblaze-persistence-integration-hibernate-5.2 |
Version | Version1.6.2 |
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.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-hibernate-5.2/
implementation 'com.blazebit:blaze-persistence-integration-hibernate-5.2:1.6.2'
// https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-hibernate-5.2/
implementation ("com.blazebit:blaze-persistence-integration-hibernate-5.2:1.6.2")
'com.blazebit:blaze-persistence-integration-hibernate-5.2:jar:1.6.2'
<dependency org="com.blazebit" name="blaze-persistence-integration-hibernate-5.2" rev="1.6.2">
<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.6.2')
)
libraryDependencies += "com.blazebit" % "blaze-persistence-integration-hibernate-5.2" % "1.6.2"
[com.blazebit/blaze-persistence-integration-hibernate-5.2 "1.6.2"]