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
文件下载
文件名 操作
fw-3.4.0.jar 下载
fw-3.4.0.pom 下载
fw-3.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.squirrel-sql</groupId>
  <artifactId>fw</artifactId>
  <version>3.4.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.squirrel-sql:fw:3.4.0'
Gradle Kotlin
implementation("net.sf.squirrel-sql:fw:3.4.0")
Scala SBT
libraryDependencies += "net.sf.squirrel-sql" % "fw" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.squirrel-sql', module='fw', version='3.4.0')
)
Apache Ivy
<dependency org="net.sf.squirrel-sql" name="fw" rev="3.4.0" />
Leiningen
[net.sf.squirrel-sql/fw "3.4.0"]
Apache Buildr
'net.sf.squirrel-sql:fw:jar:3.4.0'