MVN

net.sf.squirrel-sql : fw

Maven & Gradle

May 06, 2013
43 usages

Framework Library · 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.

<dependency>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>fw</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql : fw to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0
  • Latest Release Candidate: 3.3.0-rc1

All Versions

Choose a version of net.sf.squirrel-sql : fw to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
fw-3.5.0
3.4.x
fw-3.4.0
3.3.x
fw-3.3.0
fw-3.3.0-rc1
3.2.x
fw-3.2.2
fw-3.2.1
fw-3.2.0
fw-3.2.0-RC1
3.0.x
fw-3.0.2

How to add a dependency to Maven

Add the following net.sf.squirrel-sql : fw maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>fw</artifactId>
    <version>3.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.squirrel-sql : fw gradle dependency to your build.gradle file:

implementation 'net.sf.squirrel-sql:fw:3.5.0'

Gradle Kotlin DSL: Add the following net.sf.squirrel-sql : fw gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.squirrel-sql:fw:3.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.squirrel-sql : fw sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.squirrel-sql" % "fw" % "3.5.0"

Advertisement