Download fw-3.2.1.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.2.1 in this page.

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

fw-3.2.1-javadoc.jar
fw-3.2.1-sources.jar
fw-3.2.1-tests.jar
fw-3.2.1.jar
fw-3.2.1.pom



Related Tutorials