Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.camunda.connect |
ArtifactId | ArtifactIdcamunda-connect-http-client |
Version | Version1.2.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-http-client/ -->
<dependency>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-http-client</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-http-client/
implementation 'org.camunda.connect:camunda-connect-http-client:1.2.5'
// https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-http-client/
implementation ("org.camunda.connect:camunda-connect-http-client:1.2.5")
'org.camunda.connect:camunda-connect-http-client:jar:1.2.5'
<dependency org="org.camunda.connect" name="camunda-connect-http-client" rev="1.2.5">
<artifact name="camunda-connect-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.connect', module='camunda-connect-http-client', version='1.2.5')
)
libraryDependencies += "org.camunda.connect" % "camunda-connect-http-client" % "1.2.5"
[org.camunda.connect/camunda-connect-http-client "1.2.5"]