FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fdearle/gocardless-java · GitHub

 
 

Latest commit

 

History

82 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The GoCardless Java client provides a simple interface to the GoCardless API.

You can sign up for a GoCardless account at https://gocardless.com.

Requirements

Java 6 or later.

Using with Maven

Add this dependency to your project's POM:

<dependency>
  <groupId>com.gocardless</groupId>
  <artifactId>gocardless-java</artifactId>
  <version>1.1.0</version>
</dependency>

Using without Maven

Note that using gocardless-java with Maven is the officially supported and recommended method.

That said, if you want to use gocardless-java without Maven, just:

  • Download the jar from the Maven Central Repository
  • Ensure the jar is on your classpath
  • Ensure you have the various dependency jars on your classpath (Apache Commons Lang, Apache Commons Codec, Apache Commons BeanUtils, Google GSON)

Usage

Refer to the documentation.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL