Files download
File Operation
camunda-7-adapter-0.6.2.jar download
camunda-7-adapter-0.6.2.pom download
camunda-7-adapter-0.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.camunda.community.migration</groupId>
  <artifactId>camunda-7-adapter</artifactId>
  <version>0.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.camunda.community.migration:camunda-7-adapter:0.6.2'
Gradle Kotlin
implementation("org.camunda.community.migration:camunda-7-adapter:0.6.2")
Scala SBT
libraryDependencies += "org.camunda.community.migration" % "camunda-7-adapter" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.community.migration', module='camunda-7-adapter', version='0.6.2')
)
Apache Ivy
<dependency org="org.camunda.community.migration" name="camunda-7-adapter" rev="0.6.2" />
Leiningen
[org.camunda.community.migration/camunda-7-adapter "0.6.2"]
Apache Buildr
'org.camunda.community.migration:camunda-7-adapter:jar:0.6.2'