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