Skip to content

Commit

Permalink
Release 5.3.2-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Feb 20, 2023
1 parent 4356950 commit 8688a64
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8688a64

Please sign in to comment.