We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b7921 commit c01928cCopy full SHA for c01928c
README.md
@@ -56,3 +56,30 @@ runBlocking {
56
println(resourceArray)
57
}
58
```
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
79
+ maven("https://jitpack.io")
80
81
82
83
+ implementation("com.github.LeeGodSRC:builtbybit-kotlin-api-wrapper:Tag")
84
85
0 commit comments