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
@@ -48,13 +48,13 @@ APIs and SDKs that use cognitive computing to solve complex problems.
48
48
<dependency>
49
49
<groupId>com.ibm.watson.developer_cloud</groupId>
50
50
<artifactId>java-sdk</artifactId>
51
-
<version>2.8.0</version>
51
+
<version>2.9.0</version>
52
52
</dependency>
53
53
```
54
54
##### Gradle
55
55
56
56
```gradle
57
-
'com.ibm.watson.developer_cloud:java-sdk:2.8.0'
57
+
'com.ibm.watson.developer_cloud:java-sdk:2.9.0'
58
58
```
59
59
60
60
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).
@@ -481,7 +481,7 @@ Gradle:
481
481
482
482
```sh
483
483
$ cd java-sdk
484
-
$ gradle jar # build jar file (build/libs/watson-developer-cloud-2.8.0.jar)
484
+
$ gradle jar # build jar file (build/libs/watson-developer-cloud-2.9.0.jar)
485
485
$ gradle test# run tests
486
486
```
487
487
@@ -551,4 +551,4 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md).
0 commit comments