Download squirrel-sql-3.2.0.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.0 in this page.

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials