1 環境部署

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>


<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>

jar包到nexus

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章