Skip to content

Simha009/gocardless-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoCardless Java Client Library

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

The Java client library for the GoCardless API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%