Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 875 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 875 Bytes

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