Download squirrel-sql-3.2.2.jar file - Jar s

Jar examples for s:squirrel-sql

Description

This is the jar that contains the main application classes which are very specific to SQuirreLSQL.

You can download jar file squirrel-sql 3.2.2 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add squirrel-sql-3.2.2.jar to your project.

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

Download

Click the following link to download the jar file.

squirrel-sql-3.2.2-javadoc.jar
squirrel-sql-3.2.2-sources.jar
squirrel-sql-3.2.2-tests.jar
squirrel-sql-3.2.2.jar
squirrel-sql-3.2.2.pom



Related Tutorials