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

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials