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