Download ferris-sql-0.0.1.jar file - Jar f

Jar examples for f:ferris-sql

Description

This project contains simple tools for working with SQL.

You can download jar file ferris-sql 0.0.1 in this page.

Build File

You can use the following script to add ferris-sql-0.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

ferris-sql-0.0.1.jar
ferris-sql-0.0.1.pom



Related Tutorials