Download appfuse-data-common-3.5.0.jar file - Jar a

Jar examples for a:appfuse-data-common

Description

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 3.5.0 in this page.

License

Apache License

Build File

You can use the following script to add appfuse-data-common-3.5.0.jar to your project.

<dependency>
   <groupId>org.appfuse</groupId>
   <artifactId>appfuse-data-common</artifactId>
   <version>3.5.0</version>
</dependency>
compile group: 'org.appfuse', name: 'appfuse-data-common', version: '3.5.0'
libraryDependencies += "org.appfuse" % "appfuse-data-common" % "3.5.0"
<dependency org="org.appfuse" name="appfuse-data-common" rev="3.5.0"/>
@Grapes(@Grab(group='org.appfuse', module='appfuse-data-common', version='3.5.0'))
'org.appfuse:appfuse-data-common:jar:3.5.0'

Download

Click the following link to download the jar file.

appfuse-data-common-3.5.0.jar
appfuse-data-common-3.5.0.pom



Related Tutorials