Jar examples for a:appfuse-data-common
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.
You can download jar file appfuse-data-common 2.2.1 in this page.
Apache License
You can use the following script to add appfuse-data-common-2.2.1.jar to your project.
<dependency> <groupId>org.appfuse</groupId> <artifactId>appfuse-data-common</artifactId> <version>2.2.1</version> </dependency>
compile group: 'org.appfuse', name: 'appfuse-data-common', version: '2.2.1'
libraryDependencies += "org.appfuse" % "appfuse-data-common" % "2.2.1"
<dependency org="org.appfuse" name="appfuse-data-common" rev="2.2.1"/>
@Grapes(@Grab(group='org.appfuse', module='appfuse-data-common', version='2.2.1'))
'org.appfuse:appfuse-data-common:jar:2.2.1'
Click the following link to download the jar file.
appfuse-data-common-2.2.1.jar