MVN

org.devzendo : LibQuaqua

Maven & Gradle

Sep 27, 2013

LibQuaqua · A Mavenisation of the Quaqua Mac OSX Swing Look and Feel (JNI library) Quaqua Look and Feel (C) 2003-2010, Werner Randelshofer. Mavenisation by Matt Gumbley, DevZendo.org - for problems with Mavenisation, see Matt; for issues with Quaqua, see the Quaqua home page. For full license details, see http://randelshofer.ch/quaqua/license.html

<dependency>
    <groupId>org.devzendo</groupId>
    <artifactId>LibQuaqua</artifactId>
    <version>7.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.devzendo : LibQuaqua to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.4

All Versions

Choose a version of org.devzendo : LibQuaqua to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
LibQuaqua-7.3.4

How to add a dependency to Maven

Add the following org.devzendo : LibQuaqua maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.devzendo</groupId>
    <artifactId>LibQuaqua</artifactId>
    <version>7.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.devzendo : LibQuaqua gradle dependency to your build.gradle file:

implementation 'org.devzendo:LibQuaqua:7.3.4'

Gradle Kotlin DSL: Add the following org.devzendo : LibQuaqua gradle kotlin dependency to your build.gradle.kts file:

implementation("org.devzendo:LibQuaqua:7.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.devzendo : LibQuaqua sbt scala dependency to your build.sbt file:

libraryDependencies += "org.devzendo" % "LibQuaqua" % "7.3.4"

Advertisement