Skip to content

Commit 6eb2010

Browse files
committed
readme: maven central instructions
1 parent 8259379 commit 6eb2010

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ To have a quick idea what this library offers, take a look at the [tests](https:
2929

3030
With Gradle `kx.util` plugin, everything is nicely aligned and the boilerplate code is gone
3131

32+
#### mary
3233
```kotlin
3334
repositories {
3435
maven("https://raw.githubusercontent.com/kotlin-graphics/mary/master")
@@ -39,6 +40,12 @@ dependencies {
3940
implementation("kotlin.graphics:unsigned:3.3.32")
4041
}
4142
```
43+
#### maven central
44+
```kotlin
45+
dependencies {
46+
implementation("io.github.kotlin-graphics:kotlin-unsigned:3.3.32")
47+
}
48+
```
4249

4350
You can find more info by [mary](https://github.com/kotlin-graphics/mary)
4451

0 commit comments

Comments
 (0)