jajafx-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sshtools</groupId> <artifactId>jajafx-lib</artifactId> <version>0.9.8</version> </dependency>
<!-- Copyright © 2023 JAdaptive Limited (support@jadaptive.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.sshtools</groupId> <artifactId>jajafx</artifactId> <version>0.9.8</version> <relativePath>../</relativePath> </parent> <artifactId>jajafx-lib</artifactId> <packaging>jar</packaging> <name>Core JajaFX Library</name> <description> Core components. </description> <dependencies> <dependency> <groupId>io.github.palexdev</groupId> <artifactId>scenicview</artifactId> <version>17.0.2</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> </exclusion> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> </exclusion> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> </exclusion> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-fxml</artifactId> </exclusion> </exclusions> </dependency> <!--<dependency> <groupId>com.pixelduke</groupId> <artifactId>transit</artifactId> <version>1.0.0</version> </dependency>--> <dependency> <groupId>com.install4j</groupId> <artifactId>install4j-runtime</artifactId> <version>10.0.8</version> <!-- MUST be provided, the runtime is added by I4J itself --> <scope>provided</scope> </dependency> <dependency> <groupId>com.sshtools</groupId> <artifactId>jaul</artifactId> <version>0.9.12</version> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-fxml</artifactId> </dependency> <dependency> <groupId>org.controlsfx</groupId> <artifactId>controlsfx</artifactId> <version>11.2.1</version> </dependency> <dependency> <groupId>com.miglayout</groupId> <artifactId>miglayout-javafx</artifactId> <version>11.0</version> </dependency> <dependency> <groupId>org.kordamp.ikonli</groupId> <artifactId>ikonli-javafx</artifactId> <version>12.3.1</version> </dependency> <dependency> <groupId>org.kordamp.ikonli</groupId> <artifactId>ikonli-fontawesome5-pack</artifactId> <version>12.3.1</version> </dependency> <dependency> <groupId>org.kordamp.ikonli</groupId> <artifactId>ikonli-bootstrapicons-pack</artifactId> <version>12.3.1</version> </dependency> <dependency> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> <version>4.7.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> <version>2.0.9</version> </dependency> <dependency> <groupId>org.jfxtras</groupId> <artifactId>jmetro</artifactId> <version>11.6.16</version> <exclusions> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> </exclusion> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> </exclusion> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>uk.co.bithatch</groupId> <artifactId>FX-BorderlessScene</artifactId> <version>5.0.12</version> <exclusions> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> </exclusion> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> </exclusion> <exclusion> <groupId>org.openjfx</groupId> <artifactId>javafx-fxml</artifactId> </exclusion> <exclusion> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> </exclusion> <exclusion> <groupId>net.java.dev.jna</groupId> <artifactId>jna-platform</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>