License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.squirrel-sql.plugins |
ArtifactId | ArtifactIdlaf |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLook and Feel Plugin
This plugin gives SQuirreLSQL client the ability to configure alternate LaFs provided by the plugin
as well as others that the user can provide. All dependencies listed with a groupId of
net.sf.squirrel-sql and artifactId starting with squirrelsql-lf- are externally available
open-source
look and feels whose project maintainers have decided to not use maven, or those which were built and
maintained only before the introduction of maven. Maven's central repository policy requires any
pom that is deployed there to reference only artifacts which are also hosted in central. And a
project may only use the groupId that is related to that project. So, this only leaves us with one
option which is to host these external third-party artifacts using our groupId. The hope is that
someday these projects will start using maven and the need for this will no longer be.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
laf-3.5.0.pom | |
laf-3.5.0.jar | 70 KB |
laf-3.5.0-sources.jar | 47 KB |
laf-3.5.0-javadoc.jar | 100 KB |
laf-3.5.0-assembly.zip | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/laf/ -->
<dependency>
<groupId>net.sf.squirrel-sql.plugins</groupId>
<artifactId>laf</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/laf/
implementation 'net.sf.squirrel-sql.plugins:laf:3.5.0'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.plugins/laf/
implementation ("net.sf.squirrel-sql.plugins:laf:3.5.0")
'net.sf.squirrel-sql.plugins:laf:jar:3.5.0'
<dependency org="net.sf.squirrel-sql.plugins" name="laf" rev="3.5.0">
<artifact name="laf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql.plugins', module='laf', version='3.5.0')
)
libraryDependencies += "net.sf.squirrel-sql.plugins" % "laf" % "3.5.0"
[net.sf.squirrel-sql.plugins/laf "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.squirrel-sql : fw | jar | 3.5.0 |
net.sf.squirrel-sql : squirrel-sql | jar | 3.5.0 |
net.sf.squirrel-sql.thirdparty-non-maven : ilf-gpl | jar | 1.6.1 |
com.incors : kunstoff-laf | jar | 2.0.2 |
com.jgoodies : looks | jar | 2.2.2 |
net.sf.squirrel-sql.thirdparty-non-maven : napkinlaf | jar | 1.2 |
net.sf.nimrod : nimrod-laf | jar | 1.2 |
net.sf.squirrel-sql.thirdparty-non-maven : skinlf | jar | 6.7 |
net.sf.squirrel-sql.thirdparty-non-maven : skinlf-theme-packs | jar | 1.0.0 |
net.sf.squirrel-sql.thirdparty-non-maven : substance | jar | 5.2_01 |
net.sf.squirrel-sql.thirdparty-non-maven : swingsetthemes | jar | 20040726 |
net.sf.tinylaf : tinylaf | jar | 1.4.0 |
net.sf.squirrel-sql.thirdparty-non-maven : toniclf | jar | 1.0.5 |
com.jtattoo : JTattoo | jar | 1.6.7 |
Group / Artifact | Type | Version |
---|---|---|
net.sf.squirrel-sql : fw | test-jar | 3.5.0 |
net.sf.squirrel-sql : squirrel-sql | test-jar | 3.5.0 |
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 |