Skip to content

2.1.0

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 08 Dec 21:43
· 100 commits to dev since this release
d62e118

Available in Maven Central

What's new in this version

  • Added support for managing Webhook and Events. See the EventClient and WebhooksClient for details.

Add to your Gradle project with:

dependencies {
    implementation 'com.checkout:checkout-sdk-java:2.1.0'
}

Or add to your Maven project with:

<dependency>
    <groupId>com.checkout</groupId>
    <artifactId>checkout-sdk-java</artifactId>
    <version>2.1.0</version>
</dependency>