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.
2 parents fddf028 + cbb4b83 commit e8879b3Copy full SHA for e8879b3
README.md
@@ -1,3 +1,5 @@
1
+[](https://jitpack.io/#LeeGodSRC/builtbybit-kotlin-api-wrapper)
2
+
3
# builtbybit-kotlin-api-wrapper
4
5
---
@@ -56,3 +58,30 @@ runBlocking {
56
58
println(resourceArray)
57
59
}
60
```
61
62
+### JitPack Installation
63
64
+---
65
66
+**Gradle Groovy**
67
68
+```groovy
69
+repositories {
70
+ maven { url 'https://jitpack.io' }
71
+}
72
73
+dependencies {
74
+ implementation 'com.github.LeeGodSRC:builtbybit-kotlin-api-wrapper:Tag'
75
76
+```
77
78
+**Gradle Kotlin**
79
+```kotlin
80
81
+ maven("https://jitpack.io")
82
83
84
85
+ implementation("com.github.LeeGodSRC:builtbybit-kotlin-api-wrapper:Tag")
86
87
0 commit comments