live-chat-client-douyin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.ordinaryroad</groupId>
<artifactId>live-chat-client-douyin</artifactId>
<version>1.5.8</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tech.ordinaryroad</groupId>
<artifactId>live-chat-clients</artifactId>
<version>1.5.8</version>
</parent>
<packaging>jar</packaging>
<artifactId>live-chat-client-douyin</artifactId>
<name>live-chat-client-douyin</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>tech.ordinaryroad</groupId>
<artifactId>live-chat-client-servers-browser</artifactId>
</dependency>
<dependency>
<groupId>tech.ordinaryroad</groupId>
<artifactId>live-chat-client-codec-douyin</artifactId>
</dependency>
<dependency>
<groupId>tech.ordinaryroad</groupId>
<artifactId>live-chat-client-plugin-forward</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>