GithubHelp home page GithubHelp 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 的源代码,可以关联到ping-java.jar文件。 或者直接把源代码引入到工程之中。

版本要求

Java SDK 要求JDK版本1.6及以上

安装

手动安装

将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.0.10</version>
        <type>jar</type>
    </dependency>
gradle 安装

gradle 远程仓库

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

安装 ping++ sdk

compile 'Pingplusplus:pingpp-java:2.0.10'

初始化

Pingpp.apiKey = "YOUR-KEY"; 

使用示例

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

pingpp-java's People

Contributors

burulangtu avatar samurai00 avatar bix29 avatar takato3000 avatar yinheli avatar

Watchers

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