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