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.
http://www.squirrelsql.org/
GNU Lesser General Public License
Gerd Wagner Rob Manning
Files download
File Operation
fw-3.2.0-RC1.jar download
fw-3.2.0-RC1.pom download
fw-3.2.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.squirrel-sql</groupId>
  <artifactId>fw</artifactId>
  <version>3.2.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.squirrel-sql:fw:3.2.0-RC1'
Gradle Kotlin
implementation("net.sf.squirrel-sql:fw:3.2.0-RC1")
Scala SBT
libraryDependencies += "net.sf.squirrel-sql" % "fw" % "3.2.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.squirrel-sql', module='fw', version='3.2.0-RC1')
)
Apache Ivy
<dependency org="net.sf.squirrel-sql" name="fw" rev="3.2.0-RC1" />
Leiningen
[net.sf.squirrel-sql/fw "3.2.0-RC1"]
Apache Buildr
'net.sf.squirrel-sql:fw:jar:3.2.0-RC1'