Jar examples for f:fw
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.5.0 in this page.
GNU Lesser General Public License
You can use the following script to add fw-3.5.0.jar to your project.
<dependency> <groupId>net.sf.squirrel-sql</groupId> <artifactId>fw</artifactId> <version>3.5.0</version> </dependency>
compile group: 'net.sf.squirrel-sql', name: 'fw', version: '3.5.0'
libraryDependencies += "net.sf.squirrel-sql" % "fw" % "3.5.0"
<dependency org="net.sf.squirrel-sql" name="fw" rev="3.5.0"/>
@Grapes(@Grab(group='net.sf.squirrel-sql', module='fw', version='3.5.0'))
'net.sf.squirrel-sql:fw:jar:3.5.0'
Click the following link to download the jar file.
fw-3.5.0-javadoc.jar