MVN

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

Maven & Gradle

Sep 27, 2009

Nimrod Look and Feel · NimROD Look and Feel is an extension of the Metal Look and Feel, so it should be a portable look and feel. This POM was contributed by Rob Manning and can be used to build this laf from the original source code if the source code is structured according to Maven conventions.

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

Latest Version

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

  • Latest Stable: 1.1

All Versions

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

Version Vulnerabilities Updated
1.1
nimrodlf-1.1

How to add a dependency to Maven

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

How to add a dependency to Gradle

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

implementation 'net.sf.squirrel-sql.thirdparty-non-maven:nimrodlf:1.1'

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

implementation("net.sf.squirrel-sql.thirdparty-non-maven:nimrodlf:1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "nimrodlf" % "1.1"