License |
License |
---|---|
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-jpa |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAppFuse JPA Module
AppFuse DAO backend implemented with Hibernate's JPA implementation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
appfuse-jpa-3.5.0.pom | |
appfuse-jpa-3.5.0.jar | 15 KB |
appfuse-jpa-3.5.0-sources.jar | 11 KB |
appfuse-jpa-3.5.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-jpa</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa/
implementation 'org.appfuse:appfuse-jpa:3.5.0'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-jpa/
implementation ("org.appfuse:appfuse-jpa:3.5.0")
'org.appfuse:appfuse-jpa:jar:3.5.0'
<dependency org="org.appfuse" name="appfuse-jpa" rev="3.5.0">
<artifact name="appfuse-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-jpa', version='3.5.0')
)
libraryDependencies += "org.appfuse" % "appfuse-jpa" % "3.5.0"
[org.appfuse/appfuse-jpa "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |