Download filter-0.5-RELEASE.jar file - Jar f

Jar examples for f:filter

Description

An API for filtering, sorting and limiting data - mostly for Crud backends but usable for more.

You can download jar file filter 0.5-RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add filter-0.5-RELEASE.jar to your project.

<dependency>
   <groupId>com.github.gkutiel</groupId>
   <artifactId>filter</artifactId>
   <version>0.5-RELEASE</version>
</dependency>
compile group: 'com.github.gkutiel', name: 'filter', version: '0.5-RELEASE'
libraryDependencies += "com.github.gkutiel" % "filter" % "0.5-RELEASE"
<dependency org="com.github.gkutiel" name="filter" rev="0.5-RELEASE"/>
@Grapes(@Grab(group='com.github.gkutiel', module='filter', version='0.5-RELEASE'))
'com.github.gkutiel:filter:jar:0.5-RELEASE'

Download

Click the following link to download the jar file.

filter-0.5-RELEASE-javadoc.jar
filter-0.5-RELEASE-sources.jar
filter-0.5-RELEASE.jar
filter-0.5-RELEASE.pom



Related Tutorials