Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.iternine |
ArtifactId | ArtifactIdjeppetto-dao-hibernate |
Version | Version0.7.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/ -->
<dependency>
<groupId>org.iternine</groupId>
<artifactId>jeppetto-dao-hibernate</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/
implementation 'org.iternine:jeppetto-dao-hibernate:0.7.2'
// https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/
implementation ("org.iternine:jeppetto-dao-hibernate:0.7.2")
'org.iternine:jeppetto-dao-hibernate:jar:0.7.2'
<dependency org="org.iternine" name="jeppetto-dao-hibernate" rev="0.7.2">
<artifact name="jeppetto-dao-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iternine', module='jeppetto-dao-hibernate', version='0.7.2')
)
libraryDependencies += "org.iternine" % "jeppetto-dao-hibernate" % "0.7.2"
[org.iternine/jeppetto-dao-hibernate "0.7.2"]