Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.iternine |
ArtifactId | ArtifactIdjeppetto-dao-hibernate |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
jeppetto-dao-hibernate-0.7.pom | |
jeppetto-dao-hibernate-0.7.jar | 22 KB |
jeppetto-dao-hibernate-0.7-sources.jar | 12 KB |
jeppetto-dao-hibernate-0.7-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/ -->
<dependency>
<groupId>org.iternine</groupId>
<artifactId>jeppetto-dao-hibernate</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/
implementation 'org.iternine:jeppetto-dao-hibernate:0.7'
// https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/
implementation ("org.iternine:jeppetto-dao-hibernate:0.7")
'org.iternine:jeppetto-dao-hibernate:jar:0.7'
<dependency org="org.iternine" name="jeppetto-dao-hibernate" rev="0.7">
<artifact name="jeppetto-dao-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iternine', module='jeppetto-dao-hibernate', version='0.7')
)
libraryDependencies += "org.iternine" % "jeppetto-dao-hibernate" % "0.7"
[org.iternine/jeppetto-dao-hibernate "0.7"]