Skip to content

Commit 023ee79

Browse files
authored
Update dependencies to version 5.0.0 in README
1 parent c9fb088 commit 023ee79

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ The SDK requires Java 17+. Add the following dependency to your project:
6565

6666
```gradle
6767
dependencies {
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**

0 commit comments

Comments
 (0)