Skip to content

Commit c01928c

Browse files
authored
Update README.md
1 parent 53b7921 commit c01928c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,30 @@ runBlocking {
5656
println(resourceArray)
5757
}
5858
```
59+
60+
### JitPack Installation
61+
62+
---
63+
64+
**Gradle Groovy**
65+
66+
```groovy
67+
repositories {
68+
maven { url 'https://jitpack.io' }
69+
}
70+
71+
dependencies {
72+
implementation 'com.github.LeeGodSRC:builtbybit-kotlin-api-wrapper:Tag'
73+
}
74+
```
75+
76+
**Gradle Kotlin**
77+
```kotlin
78+
repositories {
79+
maven("https://jitpack.io")
80+
}
81+
82+
dependencies {
83+
implementation("com.github.LeeGodSRC:builtbybit-kotlin-api-wrapper:Tag")
84+
}
85+
```

0 commit comments

Comments
 (0)