JPro Routing has moved to JPro Platform!
🚨 IMPORTANT NOTICE: This repository has been relocated. All the content, issues, and activity have been transferred to our new repository.
We've decided to consolidate our repositories into a single one to better manage and streamline our projects. This will allow us to better prioritize and address issues and pull requests, as well as to release new versions faster.
jpro-routing is a minimalistic framework for JavaFX. Is uses a minimalistic Route pattern.
Main Features:
- Write Webpages with JavaFX and JPro
- Page is index by Google
- Current link opens the same Page.
- Works on Desktop and with Gluon Mobile.
- Minimal design with minimal opinionated API.
repositories {
maven {
url "https://sandec.jfrog.io/artifactory/repo"
}
}
dependencies {
implementation "one.jpro:jpro-routing-core:0.15.0"
}
<repositories>
<repository>
<id>jpro - sandec repository</id>
<url>https://sandec.jfrog.io/artifactory/repo/</url>
</repository>
</repositories>
..
dependency>
<groupId>one.jpro</groupId>
<artifactId>jpro-routing-core</artifactId>
<version>0.15.0</version>
<scope>compile</scope>
</dependency>
./gradlew example:run
./gradlew example:jproRun
local:
./gradlew publishToMavenLocal
internal:
./gradlew publish
./deleteCache.sh