is not current version
Last Version 3.5.0

org.appfuse:appfuse-jpa 3.0.0

AppFuse DAO backend implemented with Hibernate's JPA implementation.

GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-jpa
Version

Version

3.0.0
Type

Type

jar

Download appfuse-jpa 3.0.0


<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa/ -->
<dependency>
    <groupId>org.appfuse</groupId>
    <artifactId>appfuse-jpa</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa/
implementation 'org.appfuse:appfuse-jpa:3.0.0'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa/
implementation ("org.appfuse:appfuse-jpa:3.0.0")
'org.appfuse:appfuse-jpa:jar:3.0.0'
<dependency org="org.appfuse" name="appfuse-jpa" rev="3.0.0">
  <artifact name="appfuse-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-jpa', version='3.0.0')
)
libraryDependencies += "org.appfuse" % "appfuse-jpa" % "3.0.0"
[org.appfuse/appfuse-jpa "3.0.0"]