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