Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
79 lines (64 loc) · 1.76 KB

README.md

File metadata and controls

79 lines (64 loc) · 1.76 KB

🚨 IMPORTANT NOTICE: This repository has been relocated. All the content, issues, and activity have been transferred to our new repository.

Why did we move?

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

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.

Add jpro-routing as dependency

Gradle

repositories {
    maven {
        url "https://sandec.jfrog.io/artifactory/repo"
    }
}
dependencies {
    implementation "one.jpro:jpro-routing-core:0.15.0"
}

Maven

<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>

Development Documentation

run

./gradlew example:run
./gradlew example:jproRun

publishing

local:

./gradlew publishToMavenLocal

internal:

./gradlew publish

clear cache:

./deleteCache.sh