File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,8 +65,10 @@ The SDK requires Java 17+. Add the following dependency to your project:
6565
6666``` gradle
6767dependencies {
68- implementation 'org.conductoross:conductor-client:4.0.1'
69- implementation 'org.conductoross:java-sdk:4.0.1'
68+ implementation 'org.conductoross:conductor-client:5.0.0'
69+
70+ // Optionally, you can also add spring module for auto configuration
71+ // implementation 'org.conductoross:conductor-client-spring:5.0.0'
7072}
7173```
7274
@@ -76,15 +78,19 @@ dependencies {
7678<dependency >
7779 <groupId >org.conductoross</groupId >
7880 <artifactId >conductor-client</artifactId >
79- <version >4 .0.1 </version >
81+ <version >5 .0.0 </version >
8082</dependency >
83+ ```
84+ * Optionally, you can also add spring module for auto configuration*
85+ ``` xml
8186<dependency >
8287 <groupId >org.conductoross</groupId >
83- <artifactId >java-sdk </artifactId >
84- <version >4 .0.1 </version >
88+ <artifactId >conductor-client-spring </artifactId >
89+ <version >5 .0.0 </version >
8590</dependency >
8691```
8792
93+
8894## 60-Second Quickstart
8995
9096** Step 1: Create a workflow**
You can’t perform that action at this time.
0 commit comments