| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesHibernate Data ORM | 
        
| GroupId | GroupIdorg.iternine | 
    
| ArtifactId | ArtifactIdjeppetto-dao-hibernate | 
    
| Last Version | Last Version0.9-rc2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJeppetto DAO for Hibernate 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
<!-- https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/ -->
<dependency>
    <groupId>org.iternine</groupId>
    <artifactId>jeppetto-dao-hibernate</artifactId>
    <version>0.9-rc2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/
implementation 'org.iternine:jeppetto-dao-hibernate:0.9-rc2'
                // https://jarcasting.com/artifacts/org.iternine/jeppetto-dao-hibernate/
implementation ("org.iternine:jeppetto-dao-hibernate:0.9-rc2")
                'org.iternine:jeppetto-dao-hibernate:jar:0.9-rc2'
                <dependency org="org.iternine" name="jeppetto-dao-hibernate" rev="0.9-rc2">
  <artifact name="jeppetto-dao-hibernate" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.iternine', module='jeppetto-dao-hibernate', version='0.9-rc2')
)
                libraryDependencies += "org.iternine" % "jeppetto-dao-hibernate" % "0.9-rc2"
                [org.iternine/jeppetto-dao-hibernate "0.9-rc2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.iternine : jeppetto-dao | jar | 0.9-rc2 | 
| org.hibernate : hibernate-core | jar | 4.3.7.Final | 
| org.hibernate : hibernate-ehcache | jar | 4.3.7.Final | 
| org.slf4j : slf4j-api | jar | 1.7.7 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-orm | jar | 4.1.2.RELEASE | 
| org.springframework : spring-jdbc | jar | 4.1.2.RELEASE | 
| org.springframework : spring-aop | jar | 4.1.2.RELEASE | 
| org.liquibase : liquibase-core | jar | 2.0.1 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 | 
| org.iternine : jeppetto-test-functional | jar | 0.9-rc2 | 
| org.iternine : jeppetto-test-support | jar | 0.9-rc2 |