Files download
File Operation
camunda-engine-rest-client-openapi-java-7.20.5.jar download
camunda-engine-rest-client-openapi-java-7.20.5.pom download
camunda-engine-rest-client-openapi-java-7.20.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.camunda.community</groupId>
  <artifactId>camunda-engine-rest-client-openapi-java</artifactId>
  <version>7.20.5</version>
</dependency>
Gradle Groovy
implementation 'org.camunda.community:camunda-engine-rest-client-openapi-java:7.20.5'
Gradle Kotlin
implementation("org.camunda.community:camunda-engine-rest-client-openapi-java:7.20.5")
Scala SBT
libraryDependencies += "org.camunda.community" % "camunda-engine-rest-client-openapi-java" % "7.20.5"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.community', module='camunda-engine-rest-client-openapi-java', version='7.20.5')
)
Apache Ivy
<dependency org="org.camunda.community" name="camunda-engine-rest-client-openapi-java" rev="7.20.5" />
Leiningen
[org.camunda.community/camunda-engine-rest-client-openapi-java "7.20.5"]
Apache Buildr
'org.camunda.community:camunda-engine-rest-client-openapi-java:jar:7.20.5'