Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst authored Jul 10, 2023
1 parent 266b31d commit 3e26a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Collection of Kotlin extension functions and utilities. This library does not ha
Katlib is available on the Maven Central. Then to import Katlib to Gradle project use:

```Kotlin
implementation("dev.forst", "katlib", "2.2.5")
implementation("dev.forst", "katlib", "2.2.7")
```

Or with Groovy DSL

```groovy
implementation 'dev.forst:katlib:2.2.5'
implementation 'dev.forst:katlib:2.2.7'
```

To import Katlib to Maven project use:
Expand All @@ -29,7 +29,7 @@ To import Katlib to Maven project use:
<dependency>
<groupId>dev.forst</groupId>
<artifactId>katlib</artifactId>
<version>2.2.5</version>
<version>2.2.7</version>
</dependency>
```

Expand Down

0 comments on commit 3e26a31

Please sign in to comment.