Download rsql-api-filter-2.0.0.RELEASE.jar file - Jar r

Jar examples for r:rsql-api-filter

Description

This project provides rsql api for querydsl framework by integrating it with rsql-parser

You can download jar file rsql-api-filter 2.0.0.RELEASE in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add rsql-api-filter-2.0.0.RELEASE.jar to your project.

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

Download

Click the following link to download the jar file.

rsql-api-filter-2.0.0.RELEASE-javadoc.jar
rsql-api-filter-2.0.0.RELEASE-sources.jar
rsql-api-filter-2.0.0.RELEASE.jar
rsql-api-filter-2.0.0.RELEASE.pom



Related Tutorials