Skip to content

Commit e8879b3

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fddf028 + cbb4b83 commit e8879b3

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![](https://jitpack.io/v/LeeGodSRC/builtbybit-kotlin-api-wrapper.svg)](https://jitpack.io/#LeeGodSRC/builtbybit-kotlin-api-wrapper)
2+
13
# builtbybit-kotlin-api-wrapper
24

35
---
@@ -56,3 +58,30 @@ runBlocking {
5658
println(resourceArray)
5759
}
5860
```
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+
repositories {
81+
maven("https://jitpack.io")
82+
}
83+
84+
dependencies {
85+
implementation("com.github.LeeGodSRC:builtbybit-kotlin-api-wrapper:Tag")
86+
}
87+
```

0 commit comments

Comments
 (0)