Download crud-1.1.1.jar file - Jar c

Jar examples for c:crud

Description

A Crud API that support filtering and event handling.

You can download jar file crud 1.1.1 in this page.

License

GNU Affero General Public License

Build File

You can use the following script to add crud-1.1.1.jar to your project.

<dependency>
   <groupId>dk.apaq.crud</groupId>
   <artifactId>crud</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'dk.apaq.crud', name: 'crud', version: '1.1.1'
libraryDependencies += "dk.apaq.crud" % "crud" % "1.1.1"
<dependency org="dk.apaq.crud" name="crud" rev="1.1.1"/>
@Grapes(@Grab(group='dk.apaq.crud', module='crud', version='1.1.1'))
'dk.apaq.crud:crud:jar:1.1.1'

Download

Click the following link to download the jar file.

crud-1.1.1.pom



Related Tutorials