MVN

org.camunda.community : camunda-engine-rest-client-openapi-java

Maven & Gradle

May 02, 2023
1 usages
4 stars
<dependency>
    <groupId>org.camunda.community</groupId>
    <artifactId>camunda-engine-rest-client-openapi-java</artifactId>
    <version>7.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.community : camunda-engine-rest-client-openapi-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.19.0
  • Latest Alpha: 7.16.0-alpha1

All Versions

Choose a version of org.camunda.community : camunda-engine-rest-client-openapi-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.19.x
camunda-engine-rest-client-openapi-java-7.19.0
7.18.x
camunda-engine-rest-client-openapi-java-7.18.0
7.17.x
camunda-engine-rest-client-openapi-java-7.17.4
camunda-engine-rest-client-openapi-java-7.17.3
camunda-engine-rest-client-openapi-java-7.17.2
camunda-engine-rest-client-openapi-java-7.17.1
camunda-engine-rest-client-openapi-java-7.17.0
7.16.x
camunda-engine-rest-client-openapi-java-7.16.0-alpha1
7.12.x
camunda-engine-rest-client-openapi-java-7.12.3

How to add a dependency to Maven

Add the following org.camunda.community : camunda-engine-rest-client-openapi-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.camunda.community</groupId>
    <artifactId>camunda-engine-rest-client-openapi-java</artifactId>
    <version>7.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.camunda.community : camunda-engine-rest-client-openapi-java gradle dependency to your build.gradle file:

implementation 'org.camunda.community:camunda-engine-rest-client-openapi-java:7.19.0'

Gradle Kotlin DSL: Add the following org.camunda.community : camunda-engine-rest-client-openapi-java gradle kotlin dependency to your build.gradle.kts file:

implementation("org.camunda.community:camunda-engine-rest-client-openapi-java:7.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.camunda.community : camunda-engine-rest-client-openapi-java sbt scala dependency to your build.sbt file:

libraryDependencies += "org.camunda.community" % "camunda-engine-rest-client-openapi-java" % "7.19.0"