gemsfx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>4.0.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>4.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>gemsfx</artifactId>
<packaging>jar</packaging>
<name>GemsFX</name>
<description>A collection of JavaFX controls and utils.
</description>
<url>https://github.com/dlsc-software-consulting-gmbh/GemsFX</url>
<licenses>
<license>
<name>Apache 2.0</name>
</license>
</licenses>
<scm>
<url>https://github.com/dlsc-software-consulting-gmbh/GemsFX</url>
</scm>
<properties>
<java.version>${gemsfx.java.version}</java.version>
<javafx.version>${gemsfx.javafx.version}</javafx.version>
</properties>
<distributionManagement>
<site>
<id>github-pages</id>
<name>GemsFX GitHub Pages</name>
<url>https://dlsc-software-consulting-gmbh.github.io/GemsFX/api/com.dlsc.gemsfx/module-summary.html</url>
</site>
</distributionManagement>
<developers>
<developer>
<name>Dirk Lemmermann</name>
<url>https://www.dlsc.com</url>
<organization>DLSC Software & Consulting</organization>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-utils</artifactId>
</dependency>
<dependency>
<groupId>net.synedra</groupId>
<artifactId>validatorfx</artifactId>
</dependency>
<dependency>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx</artifactId>
</dependency>
<dependency>
<groupId>com.dlsc.pickerfx</groupId>
<artifactId>pickerfx</artifactId>
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>jsvg</artifactId>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
</dependency>
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-javafx</artifactId>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-materialdesign-pack</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-material-pack</artifactId>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-bootstrapicons-pack</artifactId>
</dependency>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>