| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesHibernate Data ORM | 
        
| GroupId | GroupIdorg.appfuse | 
    
| ArtifactId | ArtifactIdappfuse-jpa-hibernate | 
    
| Last Version | Last Version2.0-m5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAppFuse JPA Hibernate Module 
            AppFuse DAO backend implemented with Hibernate's JPA implementation. 
         | 
    
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa-hibernate/ -->
<dependency>
    <groupId>org.appfuse</groupId>
    <artifactId>appfuse-jpa-hibernate</artifactId>
    <version>2.0-m5</version>
</dependency>
                // https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa-hibernate/
implementation 'org.appfuse:appfuse-jpa-hibernate:2.0-m5'
                // https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa-hibernate/
implementation ("org.appfuse:appfuse-jpa-hibernate:2.0-m5")
                'org.appfuse:appfuse-jpa-hibernate:jar:2.0-m5'
                <dependency org="org.appfuse" name="appfuse-jpa-hibernate" rev="2.0-m5">
  <artifact name="appfuse-jpa-hibernate" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.appfuse', module='appfuse-jpa-hibernate', version='2.0-m5')
)
                libraryDependencies += "org.appfuse" % "appfuse-jpa-hibernate" % "2.0-m5"
                [org.appfuse/appfuse-jpa-hibernate "2.0-m5"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.appfuse : appfuse-data-common | jar | 2.0-m5 | 
| org.hibernate : hibernate-entitymanager | jar | 3.2.1.ga | 
| org.acegisecurity : acegi-security-tiger | jar | 1.0.3 | 
| junit : junit Optional | jar | 3.8.2 | 
| log4j : log4j | jar | 1.2.13 | 
| mysql : mysql-connector-java | jar | 5.0.5 | 
| org.springframework : spring | jar | 2.0.5 | 
| org.springframework : spring-mock Optional | jar | 2.0.5 |