Skip to content

Commit f1267e1

Browse files
authored
Update README.md
1 parent 046fed8 commit f1267e1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,22 @@ Java 1.8.
1616
<dependency>
1717
<groupId>com.cybersource</groupId>
1818
<artifactId>cybersource-rest-client-java</artifactId>
19-
<version>0.0.4</version>
19+
<version>[INSERT VERSION NUMBER HERE]</version>
2020
</dependency>
2121
```
2222

2323
* Gradle Dependency
2424

2525
````gradle
2626
dependencies {
27-
compile 'com.cybersource:cybersource-rest-client-java:0.0.4'
27+
compile 'com.cybersource:cybersource-rest-client-java:[INSERT VERSION NUMBER HERE]'
2828
}
2929
````
3030

31+
***Please note that the version number to be used needs to be inserted in the placeholder mentioned above. Also, remove the square brackets as they are not required with the version number.***
32+
33+
For released versions of the SDK, please refer to [Releases](https://github.com/CyberSource/cybersource-rest-client-java/releases) or search on [mvnrepository](https://mvnrepository.com/artifact/com.cybersource/cybersource-rest-client-java) or [search.maven](https://search.maven.org/artifact/com.cybersource/cybersource-rest-client-java).
34+
3135
## Registration & Configuration
3236

3337
Use of this SDK and the CyberSource APIs requires having an account on our system. You can find details of getting a test account and creating your keys [here](https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/registration.html).

0 commit comments

Comments
 (0)