tools-tencent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.gmlee.tools</groupId>
<artifactId>tools-tencent</artifactId>
<version>6.0.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">
<parent>
<artifactId>tools-thirdParty</artifactId>
<groupId>cn.gmlee.tools</groupId>
<version>6.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>cn.gmlee.tools</groupId>
<artifactId>tools-tencent</artifactId>
<version>6.0.2</version>
<packaging>jar</packaging>
<!--项目信息-->
<name>tools-tencent</name>
<description>TOOLS-TENCENT: Tencent相关的开放平台集成</description>
<url>https://github.com/Jason8080/tools/tree/master/tools-tencent</url>
<!--开源协议-->
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<!--托管平台的地址-->
<scm>
<connection>https://github.com/Jason8080/tools.git</connection>
<developerConnection>scm:git:ssh://git@github.com:Jason8080/tools.git</developerConnection>
<url>https://github.com/Jason8080/tools</url>
</scm>
<!--开发者信息-->
<developers>
<developer>
<id>J°杰森</id>
<name>J°杰森</name>
<email>xiaoku13141@163.com</email>
<roles>
<role>Project Manager</role>
<role>Architect</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>cn.gmlee.tools</groupId>
<artifactId>tools-base</artifactId>
<version>6.0.2</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<!-- ============================================================ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bcprov.version}</version>
</dependency>
<!-- 微信支付 -->
<dependency>
<groupId>com.github.wxpay</groupId>
<artifactId>wxpay-sdk</artifactId>
<version>${wxpay.version}</version>
</dependency>
<!-- ============================================================ -->
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<!-- ============================================================ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${spring-boot.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<!-- ============================================================ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<!-- ============================================================ -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.2</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<!-- ============================================================ -->
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${jaxb.version}</version>
</dependency>
<!-- ============================================================ -->
</dependencies>
</project>