MVN

com.github.michaelruocco : camunda-rest-client

Maven & Gradle

Jul 31, 2023
2 stars

camunda-rest-client · Template repo to speed up creating new library projects

<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>camunda-rest-client</artifactId>
    <version>0.1.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.michaelruocco : camunda-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.28

All Versions

Choose a version of com.github.michaelruocco : camunda-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
camunda-rest-client-0.1.28
camunda-rest-client-0.1.27
camunda-rest-client-0.1.26
camunda-rest-client-0.1.25
camunda-rest-client-0.1.24
camunda-rest-client-0.1.23
camunda-rest-client-0.1.22
camunda-rest-client-0.1.21
camunda-rest-client-0.1.20
camunda-rest-client-0.1.19
camunda-rest-client-0.1.18
camunda-rest-client-0.1.17
camunda-rest-client-0.1.16
camunda-rest-client-0.1.15
camunda-rest-client-0.1.14
camunda-rest-client-0.1.13
camunda-rest-client-0.1.12
camunda-rest-client-0.1.11
camunda-rest-client-0.1.10
camunda-rest-client-0.1.9
camunda-rest-client-0.1.8
camunda-rest-client-0.1.7
camunda-rest-client-0.1.6
camunda-rest-client-0.1.5
camunda-rest-client-0.1.4
camunda-rest-client-0.1.3
camunda-rest-client-0.1.2
camunda-rest-client-0.1.1
camunda-rest-client-0.1.0

How to add a dependency to Maven

Add the following com.github.michaelruocco : camunda-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>camunda-rest-client</artifactId>
    <version>0.1.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.michaelruocco : camunda-rest-client gradle dependency to your build.gradle file:

implementation 'com.github.michaelruocco:camunda-rest-client:0.1.28'

Gradle Kotlin DSL: Add the following com.github.michaelruocco : camunda-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.michaelruocco:camunda-rest-client:0.1.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.michaelruocco : camunda-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.michaelruocco" % "camunda-rest-client" % "0.1.28"