MVN

net.sf.squirrel-sql.plugins : laf

Maven & Gradle

May 06, 2013
1 usages

Look 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.

<dependency>
    <groupId>net.sf.squirrel-sql.plugins</groupId>
    <artifactId>laf</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql.plugins : laf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0
  • Latest Release Candidate: 3.3.0-rc1

All Versions

Choose a version of net.sf.squirrel-sql.plugins : laf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
laf-3.5.0
3.4.x
laf-3.4.0
3.3.x
laf-3.3.0
laf-3.3.0-rc1
3.2.x
laf-3.2.2
laf-3.2.1
laf-3.2.0
laf-3.2.0-RC1

How to add a dependency to Maven

Add the following net.sf.squirrel-sql.plugins : laf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.squirrel-sql.plugins</groupId>
    <artifactId>laf</artifactId>
    <version>3.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.squirrel-sql.plugins : laf gradle dependency to your build.gradle file:

implementation 'net.sf.squirrel-sql.plugins:laf:3.5.0'

Gradle Kotlin DSL: Add the following net.sf.squirrel-sql.plugins : laf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.squirrel-sql.plugins:laf:3.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.squirrel-sql.plugins : laf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.squirrel-sql.plugins" % "laf" % "3.5.0"

Advertisement

Dependencies from Group

May 06, 2013
2 usages
May 06, 2013
2 usages
db2
May 06, 2013
1 usages
May 06, 2013
1 usages

Discover Dependencies

May 06, 2013
1 usages
Oct 18, 2016
3 usages
237 stars
Apr 11, 2016
1 usages
1 stars
Aug 15, 2023
16 usages
2.9k stars
Oct 23, 2016
1 usages
712 stars
Jul 03, 2023
8 usages
251 stars
Jan 05, 2019
1 usages
400 stars