mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -55,8 +55,9 @@ Do you prefer other programming languages?
|
||||
|
||||
## Getting started
|
||||
|
||||
1. Install the package via Maven
|
||||
1. Install the package
|
||||
|
||||
Maven
|
||||
```xml
|
||||
<repositories>
|
||||
<repository>
|
||||
@@ -75,6 +76,21 @@ Do you prefer other programming languages?
|
||||
</dependencies>
|
||||
```
|
||||
|
||||
Gradle
|
||||
```gradle
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.jwdeveloper.TikTok-Live-Java:Client:1.0.6-Release'
|
||||
}
|
||||
```
|
||||
|
||||
2. Create your first chat connection
|
||||
|
||||
```java
|
||||
|
||||
Reference in New Issue
Block a user