l

laf

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.
http://www.squirrelsql.org/
GNU Lesser
Gerd Wagner Rob Manning
Files download
File Operation
laf-3.5.0.jar download
laf-3.5.0.pom download
laf-3.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.squirrel-sql.plugins</groupId>
  <artifactId>laf</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.squirrel-sql.plugins:laf:3.5.0'
Gradle Kotlin
implementation("net.sf.squirrel-sql.plugins:laf:3.5.0")
Scala SBT
libraryDependencies += "net.sf.squirrel-sql.plugins" % "laf" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.squirrel-sql.plugins', module='laf', version='3.5.0')
)
Apache Ivy
<dependency org="net.sf.squirrel-sql.plugins" name="laf" rev="3.5.0" />
Leiningen
[net.sf.squirrel-sql.plugins/laf "3.5.0"]
Apache Buildr
'net.sf.squirrel-sql.plugins:laf:jar:3.5.0'