MVN

com.okracode.wx : wx-tools-parent

Maven & Gradle

Aug 21, 2021
565 stars

wx-tools-parent · Wx-tools is a lightweight framework based on WeChat public platform API.

<dependency>
    <groupId>com.okracode.wx</groupId>
    <artifactId>wx-tools-parent</artifactId>
    <version>2.1.4-RELEASE-1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.okracode.wx : wx-tools-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.1.4-RELEASE-1.0.0

All Versions

Choose a version of com.okracode.wx : wx-tools-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
wx-tools-parent-2.1.4-RELEASE-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.okracode.wx</groupId>
    <artifactId>wx-tools-parent</artifactId>
    <version>2.1.4-RELEASE-1.0.0</version>
</dependency>

Advertisement