| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.squirrel-sql |
| ArtifactId | ArtifactIdfw |
| Last Version | Last Version3.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFramework 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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fw-3.5.0.pom | |
| fw-3.5.0.jar | 975 KB |
| fw-3.5.0-tests.jar | 177 KB |
| fw-3.5.0-sources.jar | 813 KB |
| fw-3.5.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql/fw/ -->
<dependency>
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>fw</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/fw/
implementation 'net.sf.squirrel-sql:fw:3.5.0'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/fw/
implementation ("net.sf.squirrel-sql:fw:3.5.0")
'net.sf.squirrel-sql:fw:jar:3.5.0'
<dependency org="net.sf.squirrel-sql" name="fw" rev="3.5.0">
<artifact name="fw" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql', module='fw', version='3.5.0')
)
libraryDependencies += "net.sf.squirrel-sql" % "fw" % "3.5.0"
[net.sf.squirrel-sql/fw "3.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| gsbase : gsbase | jar | 2.0.1 |
| junit : junit | jar | 4.4 |
| org.easymock : easymock | jar | 2.4 |
| org.easymock : easymockclassextension | jar | 2.4 |
| org.mockito : mockito-all | jar | 1.8.5 |
| org.easytesting : fest-swing-junit-4.5 | jar | 1.2.1 |