From 8688a64fd1062c852134529f5be3816187bffcb7 Mon Sep 17 00:00:00 2001 From: dzikoysk Date: Mon, 20 Feb 2023 16:14:05 +0100 Subject: [PATCH] Release 5.3.2-alpha.4 --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 3766572..6af5e74 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,11 @@ Each approach has pros and cons, so you should choose the one that fits your nee ## Installation -Javalin Routing Extensions is currently under development and not yet available on Maven Central. -You can use the following repository to access the latest snapshot version from Snapshots repository - -```kotlin -repositories { - maven("https://maven.reposilite.com/snapshots") -} -``` - Each module is distributed as a separate artifact: ```kotlin dependencies { - val javalinRoutingExtensions = "5.3.2-alpha.1-SNAPSHOT" + val javalinRoutingExtensions = "5.3.2-alpha.4" implementation("io.javalin.community.routing:routing-core:$javalinRoutingExtensions") implementation("io.javalin.community.routing:routing-annotated:$javalinRoutingExtensions") implementation("io.javalin.community.routing:routing-dsl:$javalinRoutingExtensions")