MVN

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

Maven & Gradle

Oct 03, 2009
2 usages

Tonic Look and Feel · This is the tonic look-and-feel packaged to be distributed with the SQuirreLSQL client. This pluggable look and feel is a free substitute for the default native look and feel of Swing, 'Metal', distributed under the GNU Lesser General Public License. Metal lacks both in usability and aesthetics. It contains considerable graphical noise, distracting the user from the key elements of the GUI. Tonic, on the other hand, tries to provide a clean, balanced look and an improved feel. Tonic is available free of charge both for commercial and non-commercial applications. It lends a professional touch and a very tidy and clean interface to your Swing based applications.

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

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

Version Vulnerabilities Updated
1.0.x
toniclf-1.0.5

How to add a dependency to Maven

Add the following net.sf.squirrel-sql.thirdparty-non-maven : toniclf 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>toniclf</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.squirrel-sql.thirdparty-non-maven:toniclf:1.0.5'

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

implementation("net.sf.squirrel-sql.thirdparty-non-maven:toniclf:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "toniclf" % "1.0.5"