License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-data-common |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAppFuse Common Data Module
AppFuse domain objects and DAO interfaces for doing User Management and supporting generic CRUD.
Domain objects have JPA annotations for Hibernate and JPA DAO implementations.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
appfuse-data-common-3.5.0.pom | |
appfuse-data-common-3.5.0.jar | 12 KB |
appfuse-data-common-3.5.0-sources.jar | 8 KB |
appfuse-data-common-3.5.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-data-common/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-data-common</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-data-common/
implementation 'org.appfuse:appfuse-data-common:3.5.0'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-data-common/
implementation ("org.appfuse:appfuse-data-common:3.5.0")
'org.appfuse:appfuse-data-common:jar:3.5.0'
<dependency org="org.appfuse" name="appfuse-data-common" rev="3.5.0">
<artifact name="appfuse-data-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-data-common', version='3.5.0')
)
libraryDependencies += "org.appfuse" % "appfuse-data-common" % "3.5.0"
[org.appfuse/appfuse-data-common "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |