weixin-app
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.bestwu.wechat</groupId> <artifactId>weixin-app</artifactId> <version>0.9.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>cn.bestwu.wechat</groupId> <artifactId>weixin-app</artifactId> <version>0.9.7</version> <dependencies> <dependency> <groupId>cn.bestwu.wechat</groupId> <artifactId>weixin-common</artifactId> <version>0.9.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>18.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> <version>5.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.12</version> <scope>compile</scope> </dependency> </dependencies> <packaging>jar</packaging> <name>weixin-app</name> <description>weixin sdk app</description> <url>https://bitbucket.org/bestwu/weixin-sdk</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>bestwu</id> <name>Peter Wu</name> <email>piterwu@outlook.com</email> </developer> </developers> <scm> <url>https://bestwu@bitbucket.org/bestwu/weixin-sdk.git</url> <connection>scm:git:https://bestwu@bitbucket.org/bestwu/weixin-sdk.git</connection> <developerConnection>scm:git:https://bestwu@bitbucket.org/bestwu/weixin-sdk.git</developerConnection> </scm> </project>