Download requery-1.0.0.jar file - Jar r

Jar examples for r:requery

Description

A light but powerful object mapper and SQL generator for Java/Android

You can download jar file requery 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add requery-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

requery-1.0.0-javadoc.jar
requery-1.0.0-sources.jar
requery-1.0.0.jar
requery-1.0.0.pom



Related Tutorials