Download dbquery-1.0.0.jar file - Jar d

Jar examples for d:dbquery

Description

Unified query of Mongodb and Sql database.

You can download jar file dbquery 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

dbquery-1.0.0-javadoc.jar
dbquery-1.0.0-sources.jar
dbquery-1.0.0.pom



Related Tutorials