Coder Social home page Coder Social logo

pingpp-java's Introduction

Ping++ Java SDK

简介

  1. docs 目录下为 Ping++ Java SDK 的使用文档。
  2. example 目录下面为一个 Eclipse IDE 的示例工程。
  3. libs 为 Ping++ Java SDK 的 jar 包和 Ping++ Java SDK 所依赖的Gson 包。
  4. src 为 Ping++ Java SDK 的源代码,可以关联到 pingpp-java-x.x.x.jar 文件。或者直接把源代码引入到工程之中。

版本要求

Java SDK 要求 JDK 版本 1.7 及以上

安装

手动安装

将 libs/ 下面的 jar 包导入工程

maven 安装

maven 远程仓库

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

安装 Ping++ SDK

<dependency>
    <groupId>Pingplusplus</groupId>
    <artifactId>pingpp-java</artifactId>
    <version>2.1.8</version>
    <type>jar</type>
</dependency>
gradle 安装

gradle 远程仓库

repositories {
    maven {
        url  "http://jcenter.bintray.com"
    }
}

安装 Ping++ SDK

compile 'Pingplusplus:pingpp-java:2.1.8'

初始化

Pingpp.apiKey = "YOUR_API_KEY";

使用示例

参考 example/SimpleExample 示例项目工程。改工程提供了付款、退款、微信公共号付款相关的 demo。

pingpp-java's People

Contributors

samurai00 avatar burulangtu avatar bix29 avatar takato3000 avatar juntin avatar yinheli avatar

Stargazers

yuxiang9210 avatar

Watchers

James Cloos avatar yuxiang9210 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.