MVN

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

Maven & Gradle

Sep 27, 2009
2 usages

Napkin Look and Feel · The Napkin Look and Feel is a pluggable look and feel for Java Swing that makes the UI look as if it was hand-sketched on a napkin. This provisional look is designed tfor use during project development so that provisional parts of the UI look provisional, but of course you may use it for anything you like.

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

Latest Version

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

  • Latest Stable: 1.2

All Versions

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

Version Vulnerabilities Updated
1.2
napkinlaf-1.2

How to add a dependency to Maven

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

How to add a dependency to Gradle

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

implementation 'net.sf.squirrel-sql.thirdparty-non-maven:napkinlaf:1.2'

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

implementation("net.sf.squirrel-sql.thirdparty-non-maven:napkinlaf:1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "napkinlaf" % "1.2"