не последняя версия
Последняя версия 3.5.0

net.sf.squirrel-sql:fw 3.2.0-RC1

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.

Категории

Категории

Сеть
Группа

Группа

net.sf.squirrel-sql
Идентификатор

Идентификатор

fw
Версия

Версия

3.2.0-RC1
Тип

Тип

jar

Скачать fw 3.2.0-RC1


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