is not current version
Last Version 3.5.0

org.appfuse:appfuse-data-common 2.0-m5

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.

Categories

Categories

Data
GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-data-common
Version

Version

2.0-m5
Type

Type

jar

Download appfuse-data-common 2.0-m5


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