camunda BPM - connect - rest httpclient

This pom defines the required plugins and profiles to allow a camunda release build. Inherit this pom when you want to release your project into the camunda nexus and/or maven central.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.camunda.connect
ArtifactId

ArtifactId

camunda-connect-rest-httpclient
Last Version

Last Version

1.0.0-alpha3
Release Date

Release Date

Type

Type

jar
Description

Description

camunda BPM - connect - rest httpclient
This pom defines the required plugins and profiles to allow a camunda release build. Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
Project Organization

Project Organization

camunda services GmbH

Download camunda-connect-rest-httpclient

How to add to project

<!-- https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-rest-httpclient/ -->
<dependency>
    <groupId>org.camunda.connect</groupId>
    <artifactId>camunda-connect-rest-httpclient</artifactId>
    <version>1.0.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-rest-httpclient/
implementation 'org.camunda.connect:camunda-connect-rest-httpclient:1.0.0-alpha3'
// https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-rest-httpclient/
implementation ("org.camunda.connect:camunda-connect-rest-httpclient:1.0.0-alpha3")
'org.camunda.connect:camunda-connect-rest-httpclient:jar:1.0.0-alpha3'
<dependency org="org.camunda.connect" name="camunda-connect-rest-httpclient" rev="1.0.0-alpha3">
  <artifact name="camunda-connect-rest-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.connect', module='camunda-connect-rest-httpclient', version='1.0.0-alpha3')
)
libraryDependencies += "org.camunda.connect" % "camunda-connect-rest-httpclient" % "1.0.0-alpha3"
[org.camunda.connect/camunda-connect-rest-httpclient "1.0.0-alpha3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.camunda.commons : camunda-commons-logging jar
org.camunda.commons : camunda-commons-utils jar
org.camunda.connect : camunda-connect-core jar 1.0.0-alpha3
org.apache.httpcomponents : httpclient jar 4.3.3

provided (1)

Group / Artifact Type Version
junit : junit jar 4.11

test (3)

Group / Artifact Type Version
org.assertj : assertj-core jar 1.5.0
ch.qos.logback : logback-core jar 1.1.2
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

camunda-connect

Home | Documentation | Forum | Issues | License | Contribute

Simple API for connecting HTTP Services and other things.

List of connectors

  • HTTP Connector
  • SOAP HTTP Connector

Using a Connector

camunda Connect API aims at two usage scenarios, usage in a generic system such as camunda BPM process engine and standalone usage via API. Please see the official documentation for more information.

Contributing

Have a look at our contribution guide for how to contribute to this repository.

License:

The source files in this repository are made available under the Apache License, Version 2.0.

org.camunda.connect

Camunda

Versions

Version
1.0.0-alpha3
1.0.0-alpha2