Download fw-3.3.0-rc1.jar file - Jar f

Jar examples for f:fw

Description

The framework library contains utility classes that are generic and useful for building applications that introspect a database via JDBC. These are not intended to be SQuirreLSQL-specific and could be used by other projects JDBC front-end applications. This project is guaranteed to have no code dependencies on other SQuirreLSQL projects and could therefore be used when building a different JDBC front-end application.

You can download jar file fw 3.3.0-rc1 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add fw-3.3.0-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

fw-3.3.0-rc1-javadoc.jar
fw-3.3.0-rc1-sources.jar
fw-3.3.0-rc1-tests.jar
fw-3.3.0-rc1.jar
fw-3.3.0-rc1.pom



Related Tutorials