bytedance-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.mizhousoft.sdk</groupId>
<artifactId>bytedance-sdk</artifactId>
<version>2.1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>com.mizhousoft</groupId> <artifactId>mizhousoft-bom</artifactId> <version>2.1.2</version> </parent> <groupId>com.mizhousoft.sdk</groupId> <artifactId>bytedance-sdk</artifactId> <version>2.1.2</version> <packaging>pom</packaging> <name>bytedance-sdk</name> <description>Byte Dance SDK</description> <properties> <commons.version>2.1.2</commons.version> <bytedance.version>2.1.2</bytedance.version> </properties> <modules> <module>bytedance-common</module> <module>bytedance-miniapp</module> <module>bytedance-pay</module> <module>bytedance-all</module> </modules> </project>