You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ APIs and SDKs that use cognitive computing to solve complex problems.
52
52
<dependency>
53
53
<groupId>com.ibm.watson.developer_cloud</groupId>
54
54
<artifactId>java-sdk</artifactId>
55
-
<version>2.3.0</version>
55
+
<version>2.5.0</version>
56
56
</dependency>
57
57
```
58
58
##### Gradle
59
59
60
60
```gradle
61
-
'com.ibm.watson.developer_cloud:java-sdk:2.3.0'
61
+
'com.ibm.watson.developer_cloud:java-sdk:2.5.0'
62
62
```
63
63
64
64
Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/java/com/ibm/watson/developer_cloud).
@@ -453,7 +453,7 @@ Gradle:
453
453
454
454
```sh
455
455
$ cd java-sdk
456
-
$ gradle jar # build jar file (build/libs/watson-developer-cloud-2.3.0.jar)
456
+
$ gradle jar # build jar file (build/libs/watson-developer-cloud-2.5.0.jar)
457
457
$ gradle test# run tests
458
458
```
459
459
@@ -522,4 +522,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
0 commit comments