wechat-sdk-all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.aapplet</groupId>
<artifactId>wechat-sdk-all</artifactId>
<version>0.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.aapplet</groupId>
<artifactId>wechat-sdk-all</artifactId>
<version>0.0.1</version>
<description>WeChat Java SDK</description>
<url>https://github.com/aapplet/wechat-sdk-java/tree/master/wechat-sdk-all</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>lxz</name>
<email>lxzgga@163.com</email>
<url>https://github.com/aapplet</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/aapplet/wechat-sdk-java.git/wechat-sdk-all</connection>
<developerConnection>scm:git:https://github.com/aapplet/wechat-sdk-java.git/wechat-sdk-all</developerConnection>
<url>https://github.com/aapplet/wechat-sdk-java/tree/master/wechat-sdk-all</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.aapplet</groupId>
<artifactId>wechat-sdk-mp</artifactId>
<version>0.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.aapplet</groupId>
<artifactId>wechat-sdk-pay</artifactId>
<version>0.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>