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