vaqua
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.violetlib</groupId> <artifactId>vaqua</artifactId> <version>13</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.violetlib</groupId> <artifactId>vaqua</artifactId> <version>13</version> <packaging>jar</packaging> <name>VAqua</name> <description>An improved native Swing look and feel for macOS</description> <url>https://violetlib.org/vaqua/overview.html</url> <licenses> <license> <name>GPL-2.0-only WITH Classpath-exception-2.0</name> <url>https://github.com/violetlib/vaqua/blob/master/license/LICENSE</url> </license> <license> <name>LGPL-2.1-only</name> <url>https://spdx.org/licenses/LGPL-2.1-only.html</url> </license> <license> <name>BSD-3-Clause</name> <url>https://spdx.org/licenses/BSD-3-Clause.html</url> </license> <license> <name>LGPL-3.0-or-later</name> <url>https://spdx.org/licenses/LGPL-3.0-or-later.html</url> </license> </licenses> <developers> <developer> <name>Alan Snyder</name> <url>https://github.com/violetlib</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/violetlib/vaqua.git</connection> <url>https://github.com/violetlib/vaqua</url> </scm> <dependencies> <dependency> <groupId>org.violetlib</groupId> <artifactId>vappearances</artifactId> <version>4</version> </dependency> <dependency> <groupId>org.violetlib</groupId> <artifactId>jnr</artifactId> <version>14</version> </dependency> <dependency> <groupId>com.sun.activation</groupId> <artifactId>javax.activation</artifactId> <version>1.2.0</version> </dependency> </dependencies> </project>