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
@@ -47,13 +47,13 @@ APIs and SDKs that use cognitive computing to solve complex problems.
47
47
<dependency>
48
48
<groupId>com.ibm.watson.developer_cloud</groupId>
49
49
<artifactId>java-sdk</artifactId>
50
-
<version>2.9.0</version>
50
+
<version>2.10.0</version>
51
51
</dependency>
52
52
```
53
53
##### Gradle
54
54
55
55
```gradle
56
-
'com.ibm.watson.developer_cloud:java-sdk:2.9.0'
56
+
'com.ibm.watson.developer_cloud:java-sdk:2.10.0'
57
57
```
58
58
59
59
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).
@@ -454,7 +454,7 @@ Gradle:
454
454
455
455
```sh
456
456
$ cd java-sdk
457
-
$ gradle jar # build jar file (build/libs/watson-developer-cloud-2.9.0.jar)
457
+
$ gradle jar # build jar file (build/libs/watson-developer-cloud-2.10.0.jar)
458
458
$ gradle test# run tests
459
459
```
460
460
@@ -524,4 +524,4 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md).
0 commit comments