11# Stripe Java client library
22
3- [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-v31.4.0 -blue )] ( https://mvnrepository.com/artifact/com.stripe/stripe-java )
3+ [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-v31.4.1 -blue )] ( https://mvnrepository.com/artifact/com.stripe/stripe-java )
44[ ![ JavaDoc] ( http://img.shields.io/badge/javadoc-reference-blue.svg )] ( https://stripe.dev/stripe-java )
55[ ![ Build Status] ( https://github.com/stripe/stripe-java/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/stripe/stripe-java/actions?query=branch%3Amaster )
66
7+ > [ !TIP]
8+ > Want to chat live with Stripe engineers? Join us on our [ Discord server] ( https://stripe.com/go/discord/java ) .
9+
710The official [ Stripe] [ stripe ] Java client library.
811
912## Installation
@@ -23,7 +26,7 @@ We support LTS versions of the JDK. Currently, that's Java versions:
2326Add this dependency to your project's build file:
2427
2528``` groovy
26- implementation "com.stripe:stripe-java:31.4.0 "
29+ implementation "com.stripe:stripe-java:31.4.1 "
2730```
2831
2932### Maven users
@@ -34,7 +37,7 @@ Add this dependency to your project's POM:
3437<dependency >
3538 <groupId >com.stripe</groupId >
3639 <artifactId >stripe-java</artifactId >
37- <version >31.4.0 </version >
40+ <version >31.4.1 </version >
3841</dependency >
3942```
4043
@@ -43,8 +46,8 @@ Add this dependency to your project's POM:
4346If you are not using Gradle or Maven, you will need to manually install the following JARs:
4447
45481 . The Stripe JAR:
46- - Download the latest release version from [ Maven Central] ( https://repo1.maven.org/maven2/com/stripe/stripe-java/31.4.0 /stripe-java-31.4.0 .jar )
47- - Current release version: 31.4.0
49+ - Download the latest release version from [ Maven Central] ( https://repo1.maven.org/maven2/com/stripe/stripe-java/31.4.1 /stripe-java-31.4.1 .jar )
50+ - Current release version: 31.4.1
4851
49522 . Google Gson:
5053 - The Stripe JAR builds and tests with Gson version 2.10.1
0 commit comments