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