Comment on page
Libraries
We provide server-side API libraries in several languages. Installing a library is not required, but will save you development time, because a library:
- Uses an API version that is up to date.
- Has generated models to help you construct requests.
- Java 8 or higher.
<dependency>
<groupId>com.moneycollect</groupId>
<artifactId>moneycollect-java</artifactId>
<version>1.0.0</version>
</dependency>
You can find the latest version version on GitHub, Alternatively, you can download the release on GitHub.
Last modified 1yr ago