jpro-routing-dev
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-routing-dev</artifactId>
<version>0.5.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-routing-dev</artifactId>
<version>0.5.7</version>
<name>JPro Routing Dev</name>
<description>A module that provides extra routing tools useful during development.</description>
<url>https://www.jpro.one</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>jpro</id>
<name>JPro Team</name>
<email>info@jpro.one</email>
<organization>JPro-one</organization>
<organizationUrl>https://www.jpro.one</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/JPro-one/jpro-platform.git</connection>
<developerConnection>scm:git:https://github.com/JPro-one/jpro-platform.git</developerConnection>
<url>https://github.com/JPro-one/jpro-platform/tree/main/dev</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/JPro-one/JPro-Platform/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>one.jpro</groupId>
<artifactId>jpro-webapi</artifactId>
<version>2025.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>SANDEC</groupId>
<artifactId>jnodes</artifactId>
<version>0.8.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>one.jpro</groupId>
<artifactId>jmemorybuddy</artifactId>
<version>0.5.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-routing-core</artifactId>
<version>0.5.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-javafx</artifactId>
<version>12.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-evaicons-pack</artifactId>
<version>12.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-ionicons4-pack</artifactId>
<version>12.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>one.jpro.platform.jpms</groupId>
<artifactId>cssfx</artifactId>
<version>11.5.1-jpms</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.scenic-view</groupId>
<artifactId>scenic-view</artifactId>
<version>11.0.3-SNAPSHOT-FORK</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>SANDEC</groupId>
<artifactId>simplefx_2.12</artifactId>
<version>3.2.40</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>