File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33# Fleks
44
5- [ ![ LTS] ( https://img.shields.io/badge/LTS-2.8 -orange.svg )] ( https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.8 /jar )
6- [ ![ Snapshot] ( https://img.shields.io/badge/Snapshot-2.9 --SNAPSHOT-orange.svg )] ( https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.9-SNAPSHOT~~ )
5+ [ ![ LTS] ( https://img.shields.io/badge/LTS-2.9 -orange.svg )] ( https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.9 /jar )
6+ [ ![ Snapshot] ( https://img.shields.io/badge/Snapshot-2.10 --SNAPSHOT-orange.svg )] ( https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.9-SNAPSHOT~~ )
77
88[ ![ Build Master] ( https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master )] ( https://github.com/Quillraven/fleks/actions )
99[ ![ Kotlin] ( https://img.shields.io/badge/Kotlin-2.0.20-red.svg )] ( http://kotlinlang.org/ )
@@ -73,26 +73,26 @@ To use Fleks add it as a dependency to your project:
7373<dependency >
7474 <groupId >io.github.quillraven.fleks</groupId >
7575 <artifactId >Fleks-jvm</artifactId >
76- <version >2.8 </version >
76+ <version >2.9 </version >
7777</dependency >
7878```
7979
8080#### Gradle (Groovy)
8181
8282``` gradle
83- implementation 'io.github.quillraven.fleks:Fleks:2.8 '
83+ implementation 'io.github.quillraven.fleks:Fleks:2.9 '
8484```
8585
8686#### Gradle (Kotlin)
8787
8888``` gradle
89- implementation("io.github.quillraven.fleks:Fleks:2.8 ")
89+ implementation("io.github.quillraven.fleks:Fleks:2.9 ")
9090```
9191
9292#### KorGE
9393
9494``` gradle
95- dependencyMulti("io.github.quillraven.fleks:Fleks:2.8 ", registerPlugin = false)
95+ dependencyMulti("io.github.quillraven.fleks:Fleks:2.9 ", registerPlugin = false)
9696```
9797
9898If you want to use the Snapshot version then you need to add the snapshot repository as well:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " io.github.quillraven.fleks"
14- version = " 2.9-SNAPSHOT "
14+ version = " 2.9"
1515
1616kotlin {
1717 jvm {
You can’t perform that action at this time.
0 commit comments