Skip to content

1.0.1

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 03 Sep 12:52
· 145 commits to dev since this release
447275a

Available in Maven Central

What's new in this version


Add to your Gradle project with:

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

Or add to your Maven project with:

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