文件下载
文件名 操作
conductor-annotations-3.13.2.jar 下载
conductor-annotations-3.13.2.pom 下载
conductor-annotations-3.13.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.netflix.conductor</groupId>
  <artifactId>conductor-annotations</artifactId>
  <version>3.13.2</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.conductor:conductor-annotations:3.13.2'
Gradle Kotlin
implementation("com.netflix.conductor:conductor-annotations:3.13.2")
Scala SBT
libraryDependencies += "com.netflix.conductor" % "conductor-annotations" % "3.13.2"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.conductor', module='conductor-annotations', version='3.13.2')
)
Apache Ivy
<dependency org="com.netflix.conductor" name="conductor-annotations" rev="3.13.2" />
Leiningen
[com.netflix.conductor/conductor-annotations "3.13.2"]
Apache Buildr
'com.netflix.conductor:conductor-annotations:jar:3.13.2'