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