is not current version
Last Version 3.5.0

net.sf.squirrel-sql:fw 3.2.2

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.squirrel-sql
ArtifactId

ArtifactId

fw
Version

Version

3.2.2
Type

Type

jar

Download fw 3.2.2


<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql/fw/ -->
<dependency>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>fw</artifactId>
    <version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/fw/
implementation 'net.sf.squirrel-sql:fw:3.2.2'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/fw/
implementation ("net.sf.squirrel-sql:fw:3.2.2")
'net.sf.squirrel-sql:fw:jar:3.2.2'
<dependency org="net.sf.squirrel-sql" name="fw" rev="3.2.2">
  <artifact name="fw" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql', module='fw', version='3.2.2')
)
libraryDependencies += "net.sf.squirrel-sql" % "fw" % "3.2.2"
[net.sf.squirrel-sql/fw "3.2.2"]