is not current version
Last Version 3.5.0

net.sf.squirrel-sql.plugins:laf 3.3.0

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.squirrel-sql.plugins
ArtifactId

ArtifactId

laf
Version

Version

3.3.0
Type

Type

jar

Download laf 3.3.0


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