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