MVN

net.sf.squirrel-sql.thirdparty-non-maven : skinlf

Maven & Gradle

Oct 01, 2009
4 usages

Skin Look and Feel · Skin Look And Feel allows Java developers to write skin-able application using the Swing toolkit. Skin Look And Feel is able to load themepacks (a bundle of GTK - The Gimp Toolkit - and KDE - The K Desktop Environment - skins) to enhance your application GUI controls such as Buttons, Checks, Radios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors, Background Textures, Regular Windows. Skin Look And Feel (aka SkinLF) also includes NativeSkin to create irregular windows.

<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>skinlf</artifactId>
    <version>6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql.thirdparty-non-maven : skinlf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.7

All Versions

Choose a version of net.sf.squirrel-sql.thirdparty-non-maven : skinlf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.7
skinlf-6.7

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>skinlf</artifactId>
    <version>6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.squirrel-sql.thirdparty-non-maven : skinlf gradle dependency to your build.gradle file:

implementation 'net.sf.squirrel-sql.thirdparty-non-maven:skinlf:6.7'

Gradle Kotlin DSL: Add the following net.sf.squirrel-sql.thirdparty-non-maven : skinlf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.squirrel-sql.thirdparty-non-maven:skinlf:6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.squirrel-sql.thirdparty-non-maven : skinlf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "skinlf" % "6.7"

Advertisement