File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ Go to the [Maven Repository Uber Cadence Java Client Page](https://mvnrepository
1818and find the latest version of the library. Include it as a dependency into your Java project. For example if you
1919are using Gradle the dependency looks like:
2020``` bash
21- compile group: ' com.uber.cadence' , name: ' cadence-client' , version: ' <latest_version>'
21+ implementation group: ' com.uber.cadence' , name: ' cadence-client' , version: ' <latest_version>'
2222```
2323Also add the following dependencies that cadence-client relies on:
2424``` bash
25- compile group: ' commons-configuration' , name: ' commons-configuration' , version: ' 1.9'
26- compile group: ' ch.qos.logback' , name: ' logback-classic' , version: ' 1.2.3'
25+ implementation group: ' commons-configuration' , name: ' commons-configuration' , version: ' 1.9'
26+ implementation group: ' ch.qos.logback' , name: ' logback-classic' , version: ' 1.2.3'
2727```
2828Make sure that the following code compiles:
2929``` java
You can’t perform that action at this time.
0 commit comments