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