MVN

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

Maven & Gradle

Oct 03, 2009
2 usages

OpenJDK SwingSet Themes · A stripped-down artifact that contains only themes provided in the SwingSet demo

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

Latest Version

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

  • Latest Stable: 20040726

All Versions

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

Version Vulnerabilities Updated
20040726
swingsetthemes-20040726

How to add a dependency to Maven

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

How to add a dependency to Gradle

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

implementation 'net.sf.squirrel-sql.thirdparty-non-maven:swingsetthemes:20040726'

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

implementation("net.sf.squirrel-sql.thirdparty-non-maven:swingsetthemes:20040726")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "swingsetthemes" % "20040726"