FXParallax
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.pixelduke</groupId> <artifactId>FXParallax</artifactId> <version>2.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.pixelduke</groupId> <artifactId>FXParallax</artifactId> <version>2.0.0</version> <packaging>pom</packaging> <dependencies> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> <version>16</version> <classifier>win</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> <version>16</version> <classifier>win</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> <version>16</version> <classifier>win</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-media</artifactId> <version>16</version> <classifier>win</classifier> <scope>runtime</scope> </dependency> </dependencies> <description>Controls for adding Parallax effects for Java (JavaFX)</description> <name>FXParallax</name> <url>https://github.com/dukke/FXParallax</url> <issueManagement> <system>GitHub</system> <url>https://github.com/dukke/FXParallax/issues</url> </issueManagement> <licenses> <license> <name>GNU General Public License, version 2, with the Classpath Exception</name> <url>https://openjdk.java.net/legal/gplv2+ce.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/dukke/FXParallax.git</url> </scm> <developers> <developer> <name>Pedro Duque Vieira</name> </developer> </developers> </project>