yuntongxun4j

yuntongxun4j is a 云通讯 library for Java.

Installation

Build with maven

mvn install

Then you need to need to add the following dependency in your pom.xml:


<dependency>
    <groupId>org.yuntongxun4j</groupId>
    <artifactId>yuntongxun4j</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>