Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdio.robe |
ArtifactId | ArtifactIdrobe-hibernate |
Version | Version0.5.0.0-1021 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.robe/robe-hibernate/ -->
<dependency>
<groupId>io.robe</groupId>
<artifactId>robe-hibernate</artifactId>
<version>0.5.0.0-1021</version>
</dependency>
// https://jarcasting.com/artifacts/io.robe/robe-hibernate/
implementation 'io.robe:robe-hibernate:0.5.0.0-1021'
// https://jarcasting.com/artifacts/io.robe/robe-hibernate/
implementation ("io.robe:robe-hibernate:0.5.0.0-1021")
'io.robe:robe-hibernate:jar:0.5.0.0-1021'
<dependency org="io.robe" name="robe-hibernate" rev="0.5.0.0-1021">
<artifact name="robe-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.robe', module='robe-hibernate', version='0.5.0.0-1021')
)
libraryDependencies += "io.robe" % "robe-hibernate" % "0.5.0.0-1021"
[io.robe/robe-hibernate "0.5.0.0-1021"]