Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.graniteds |
ArtifactId | ArtifactIdgranite-hibernate |
Version | Version2.0.0.GA |
Type | Typejar |
Filename | Size |
---|---|
granite-hibernate-2.0.0.GA.pom | |
granite-hibernate-2.0.0.GA.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graniteds/granite-hibernate/ -->
<dependency>
<groupId>org.graniteds</groupId>
<artifactId>granite-hibernate</artifactId>
<version>2.0.0.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.graniteds/granite-hibernate/
implementation 'org.graniteds:granite-hibernate:2.0.0.GA'
// https://jarcasting.com/artifacts/org.graniteds/granite-hibernate/
implementation ("org.graniteds:granite-hibernate:2.0.0.GA")
'org.graniteds:granite-hibernate:jar:2.0.0.GA'
<dependency org="org.graniteds" name="granite-hibernate" rev="2.0.0.GA">
<artifact name="granite-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graniteds', module='granite-hibernate', version='2.0.0.GA')
)
libraryDependencies += "org.graniteds" % "granite-hibernate" % "2.0.0.GA"
[org.graniteds/granite-hibernate "2.0.0.GA"]