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