MVN

org.camunda.connect : camunda-connect-http-client

Maven & Gradle

Jul 19, 2022
4 usages
22 stars

camunda BPM - connect - http client

<dependency>
    <groupId>org.camunda.connect</groupId>
    <artifactId>camunda-connect-http-client</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.connect : camunda-connect-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6
  • Latest Alpha: 1.0.0-alpha4

All Versions

Choose a version of org.camunda.connect : camunda-connect-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
camunda-connect-http-client-1.5.6
camunda-connect-http-client-1.5.5
camunda-connect-http-client-1.5.4
camunda-connect-http-client-1.5.3
camunda-connect-http-client-1.5.2
camunda-connect-http-client-1.5.1
camunda-connect-http-client-1.5.0
1.4.x
camunda-connect-http-client-1.4.0
1.3.x
camunda-connect-http-client-1.3.0
1.2.x
camunda-connect-http-client-1.2.5
camunda-connect-http-client-1.2.4
camunda-connect-http-client-1.2.3
camunda-connect-http-client-1.2.2
camunda-connect-http-client-1.2.1
camunda-connect-http-client-1.2.0
1.1.x
camunda-connect-http-client-1.1.6
camunda-connect-http-client-1.1.5
camunda-connect-http-client-1.1.4
camunda-connect-http-client-1.1.3
camunda-connect-http-client-1.1.2
camunda-connect-http-client-1.1.1
camunda-connect-http-client-1.1.0
1.0.x
camunda-connect-http-client-1.0.8
camunda-connect-http-client-1.0.7
camunda-connect-http-client-1.0.6
camunda-connect-http-client-1.0.5
camunda-connect-http-client-1.0.4
camunda-connect-http-client-1.0.3
camunda-connect-http-client-1.0.2
camunda-connect-http-client-1.0.1
camunda-connect-http-client-1.0.0
camunda-connect-http-client-1.0.0-alpha4

How to add a dependency to Maven

Add the following org.camunda.connect : camunda-connect-http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.camunda.connect</groupId>
    <artifactId>camunda-connect-http-client</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.camunda.connect : camunda-connect-http-client gradle dependency to your build.gradle file:

implementation 'org.camunda.connect:camunda-connect-http-client:1.5.6'

Gradle Kotlin DSL: Add the following org.camunda.connect : camunda-connect-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.camunda.connect:camunda-connect-http-client:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.camunda.connect : camunda-connect-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.camunda.connect" % "camunda-connect-http-client" % "1.5.6"

Advertisement