Skip to content

Commit

Permalink
fix versions in dependency info boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven committed Jul 21, 2023
1 parent 230654b commit 6e34a4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,26 @@ To use Fleks add it as a dependency to your project:
<dependency>
<groupId>io.github.quillraven.fleks</groupId>
<artifactId>Fleks-jvm</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
```

#### Gradle (Groovy)

```kotlin
implementation 'io.github.quillraven.fleks:Fleks:2.3'
implementation 'io.github.quillraven.fleks:Fleks:2.4'
```

#### Gradle (Kotlin)

```kotlin
implementation("io.github.quillraven.fleks:Fleks:2.3")
implementation("io.github.quillraven.fleks:Fleks:2.4")
```

#### KorGE

```kotlin
dependencyMulti("io.github.quillraven.fleks:Fleks:2.3", registerPlugin = false)
dependencyMulti("io.github.quillraven.fleks:Fleks:2.4", registerPlugin = false)
```

If you want to use the Snapshot version then you need to add the snapshot repository as well:
Expand Down

0 comments on commit 6e34a4c

Please sign in to comment.