Skip to content

2.4.0

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 20 Sep 08:46
· 427 commits to master since this release
09c192a

Available in Maven Central

What's new in this version

  • Added instruments client
  • Added optional schemeId to Payment response entity

Add to your Gradle project with:

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

Or add to your Maven project with:

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