欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

1 环境部署

程序员文章站 2022-05-10 13:07:18
...

1 引入依赖

1.1 远程引入

<repositories>
<repositories>
  <repository>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
    <id>central</id>
    <name>bintray</name>
    <url>http://jcenter.bintray.com</url>
  </repository>
</repositories>

</repositories>


<dependency>
  <groupId>Pingplusplus</groupId>
  <artifactId>pingpp-java</artifactId>
  <version>2.3.14</version>
</dependency>

1.2 本地引入

下载ping++ sdk:
url:
	https://github.com/PingPlusPlus/pingpp-java.git
将在libs目录下pingpp-java-2.3.14.jar导入nexus中
引入依赖
	<dependency>
    	<groupId>Pingplusplus</groupId>
     	<artifactId>pingpp-java</artifactId>
     	<version>2.3.14</version>
 	</dependency>

1 环境部署

相关标签: Java对接Ping++