Skip to content

Commit 8688a64

Browse files
committed
Release 5.3.2-alpha.4
1 parent 4356950 commit 8688a64

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,11 @@ Each approach has pros and cons, so you should choose the one that fits your nee
3131

3232
## Installation
3333

34-
Javalin Routing Extensions is currently under development and not yet available on Maven Central.
35-
You can use the following repository to access the latest snapshot version from Snapshots repository
36-
37-
```kotlin
38-
repositories {
39-
maven("https://maven.reposilite.com/snapshots")
40-
}
41-
```
42-
4334
Each module is distributed as a separate artifact:
4435

4536
```kotlin
4637
dependencies {
47-
val javalinRoutingExtensions = "5.3.2-alpha.1-SNAPSHOT"
38+
val javalinRoutingExtensions = "5.3.2-alpha.4"
4839
implementation("io.javalin.community.routing:routing-core:$javalinRoutingExtensions")
4940
implementation("io.javalin.community.routing:routing-annotated:$javalinRoutingExtensions")
5041
implementation("io.javalin.community.routing:routing-dsl:$javalinRoutingExtensions")

0 commit comments

Comments
 (0)