JPro-one / jpro-routing

Small web-framework for JPro
https://www.jpro.one
Apache License 2.0
6 stars 0 forks source link

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.

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:

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