Download jdialects-1.0.6.jar file - Jar j

Jar examples for j:jdialects

Description

jDialects is a small Java tool collect all database's dialects, ususally used for create pagination in SQL

You can download jar file jdialects 1.0.6 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE (LGPL), Version 2.1

Build File

You can use the following script to add jdialects-1.0.6.jar to your project.

<dependency>
   <groupId>com.github.drinkjava2</groupId>
   <artifactId>jdialects</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'com.github.drinkjava2', name: 'jdialects', version: '1.0.6'
libraryDependencies += "com.github.drinkjava2" % "jdialects" % "1.0.6"
<dependency org="com.github.drinkjava2" name="jdialects" rev="1.0.6"/>
@Grapes(@Grab(group='com.github.drinkjava2', module='jdialects', version='1.0.6'))
'com.github.drinkjava2:jdialects:jar:1.0.6'

Download

Click the following link to download the jar file.

jdialects-1.0.6-javadoc.jar
jdialects-1.0.6-sources.jar
jdialects-1.0.6.jar
jdialects-1.0.6.pom



Related Tutorials