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