MVN

com.netflix.conductor : conductor-annotations

Maven & Gradle

Jun 08, 2023
2 usages
12.9k stars

conductor-annotations · conductor-annotations

<dependency>
    <groupId>com.netflix.conductor</groupId>
    <artifactId>conductor-annotations</artifactId>
    <version>3.13.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.conductor : conductor-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.13.7

All Versions

Choose a version of com.netflix.conductor : conductor-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13.x
conductor-annotations-3.13.7
conductor-annotations-3.13.6
conductor-annotations-3.13.5
conductor-annotations-3.13.3
conductor-annotations-3.13.2
conductor-annotations-3.13.1
conductor-annotations-3.13.0
3.12.x
conductor-annotations-3.12.0
3.11.x
conductor-annotations-3.11.3
conductor-annotations-3.11.2
conductor-annotations-3.11.1
conductor-annotations-3.11.0
3.10.x
conductor-annotations-3.10.7
conductor-annotations-3.10.6
conductor-annotations-3.10.5
conductor-annotations-3.10.4
conductor-annotations-3.10.3
conductor-annotations-3.10.2
conductor-annotations-3.10.1
conductor-annotations-3.10.0
3.9.x
conductor-annotations-3.9.2
conductor-annotations-3.9.1
conductor-annotations-3.9.0
3.8.x
conductor-annotations-3.8.3
conductor-annotations-3.8.2
conductor-annotations-3.8.1
conductor-annotations-3.8.0
3.7.x
conductor-annotations-3.7.3
conductor-annotations-3.7.2
conductor-annotations-3.7.0
3.6.x
conductor-annotations-3.6.1
conductor-annotations-3.6.0
3.5.x
conductor-annotations-3.5.3
conductor-annotations-3.5.2
conductor-annotations-3.5.1
conductor-annotations-3.5.0
3.4.x
conductor-annotations-3.4.2
conductor-annotations-3.4.1
3.3.x
conductor-annotations-3.3.6
conductor-annotations-3.3.5

How to add a dependency to Maven

Add the following com.netflix.conductor : conductor-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.conductor</groupId>
    <artifactId>conductor-annotations</artifactId>
    <version>3.13.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.conductor : conductor-annotations gradle dependency to your build.gradle file:

implementation 'com.netflix.conductor:conductor-annotations:3.13.7'

Gradle Kotlin DSL: Add the following com.netflix.conductor : conductor-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.conductor:conductor-annotations:3.13.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.conductor : conductor-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.conductor" % "conductor-annotations" % "3.13.7"

Advertisement