Skip to content

Commit 9348b1d

Browse files
Update manual installation instructions in README.md (#1989)
1 parent 966b207 commit 9348b1d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,20 @@ Add this dependency to your project's POM:
3434

3535
### Others
3636

37-
You'll need to manually install the following JARs:
37+
If you are not using Gradle or Maven, you will need to manually install the following JARs:
3838

39-
- [The Stripe JAR](https://search.maven.org/remotecontent?filepath=com/stripe/stripe-java/29.0.0/stripe-java-29.0.0.jar)
40-
- [Google Gson][gson] from <https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar>.
39+
1. The Stripe JAR:
40+
- Download the latest release version from [Maven Central](https://repo1.maven.org/maven2/com/stripe/stripe-java/29.0.0/stripe-java-29.0.0.jar)
41+
- Current release version: 29.0.0
42+
43+
2. Google Gson:
44+
- The Stripe JAR builds and tests with Gson version 2.10.1
45+
- Download from [Maven Central](https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar)
46+
- We recommend using the same version of Gson if possible to guarantee compatibility, but you should be able to use any stable version of Gson that is 2.10.1 or newer
47+
48+
To use these JARs:
49+
1. Download the JARs from the links provided above
50+
2. Add the JARs to your project's classpath
4151

4252
### [ProGuard][proguard]
4353

0 commit comments

Comments
 (0)