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