Skip to content

Commit

Permalink
Update README.md to explain how to integrate it
Browse files Browse the repository at this point in the history
(cherry picked from commit fe56b96)
  • Loading branch information
chDame authored and 1nb0und committed Dec 25, 2023
1 parent 39dcd34 commit a842eb9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions camunda-sdk-java/java-client-operate/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Java Operate client

## Usage in your project

This client is part of the Spring Zeebe project. If you intend to use it outside of this project, you can add a dependency to io.camunda.spring:java-client-operate
```xml
<dependency>
<groupId>io.camunda.spring</groupId>
<artifactId>java-client-operate</artifactId>
<version>8.3.4</version>
</dependency>
```

## Build the client

### SaaS Authentication
Expand Down

0 comments on commit a842eb9

Please sign in to comment.