We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b415f commit c8e6f29Copy full SHA for c8e6f29
README.md
@@ -14,18 +14,12 @@ Customizable curvature combs:
14
15
## Installation
16
17
-[](https://jitpack.io/#Kyant0/Capsule)
+[](https://central.sonatype.com/artifact/io.github.kyant0/capsule)
18
+
19
+In build.gradle.kts, add
20
21
```kotlin
-// settings.gradle.kts in root project
-dependencyResolutionManagement {
22
- repositories {
23
- maven("https://jitpack.io")
24
- }
25
-}
26
-
27
-// build.gradle.kts in module
28
-implementation("com.github.Kyant0:Capsule:<version>")
+implementation("io.github.kyant0:capsule:<version>")
29
```
30
31
## Usages
0 commit comments