Skip to content

mobitroll/recurly-java-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kahoot fork of recurly-java-library

A fork of Java Library for Recurly , originally developed for Kill Bill, an open-source subscription management and billing system. It works around limitations in the client which prevent it from connecting to our in-house recurly-emulator, which allows us to run our integration tests concurrently, without fear of being rate limited.

Getting started

The library is distributed via Nexus

<dependency>
    <groupId>com.ning.billing</groupId>
    <artifactId>recurly-java-library</artifactId>
    <version>0.113.13</version>
</dependency>

To build the project, use maven:

mvn clean install

Packages

 
 
 

Languages

  • Java 99.9%
  • Shell 0.1%