MVN

com.netflix.conductor : conductor-rest

Maven & Gradle

Mar 20, 2023
2 usages
3.7k stars

conductor-rest · conductor-rest

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

Latest Version

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

  • Latest Stable: 3.13.5

All Versions

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

  • Version Updated
  • conductor-rest-3.13.5

    Mar 20, 2023
  • conductor-rest-3.13.3

    Jan 26, 2023
  • conductor-rest-3.13.2

    Oct 18, 2022
  • conductor-rest-3.13.1

    Oct 17, 2022
  • conductor-rest-3.13.0

    Oct 14, 2022
  • conductor-rest-3.12.0

    Oct 03, 2022
  • conductor-rest-3.11.3

    Sep 12, 2022
  • conductor-rest-3.11.2

    Sep 08, 2022
  • conductor-rest-3.11.1

    Sep 02, 2022
  • conductor-rest-3.11.0

    Aug 24, 2022
  • conductor-rest-3.10.7

    Aug 20, 2022
  • conductor-rest-3.10.6

    Aug 15, 2022
  • conductor-rest-3.10.5

    Aug 15, 2022
  • conductor-rest-3.10.4

    Aug 10, 2022
  • conductor-rest-3.10.3

    Aug 05, 2022
  • conductor-rest-3.10.2

    Aug 01, 2022
  • conductor-rest-3.10.1

    Jul 20, 2022
  • conductor-rest-3.10.0

    Jul 08, 2022
  • conductor-rest-3.9.2

    Jul 05, 2022
  • conductor-rest-3.9.1

    Jun 29, 2022
  • conductor-rest-3.9.0

    Jun 22, 2022
  • conductor-rest-3.8.3

    Jun 01, 2022
  • conductor-rest-3.8.2

    May 27, 2022
  • conductor-rest-3.8.1

    May 10, 2022
  • conductor-rest-3.8.0

    May 03, 2022
  • conductor-rest-3.7.3

    Apr 28, 2022
  • conductor-rest-3.7.2

    Apr 13, 2022
  • conductor-rest-3.7.0

    Apr 08, 2022
  • conductor-rest-3.6.1

    Mar 25, 2022
  • conductor-rest-3.6.0

    Mar 14, 2022
  • conductor-rest-3.5.3

    Mar 09, 2022
  • conductor-rest-3.5.2

    Feb 10, 2022
  • conductor-rest-3.5.1

    Feb 03, 2022
  • conductor-rest-3.5.0

    Feb 01, 2022
  • conductor-rest-3.4.2

    Jan 24, 2022
  • conductor-rest-3.4.1

    Dec 21, 2021
  • conductor-rest-3.3.6

    Nov 18, 2021
  • conductor-rest-3.3.5

    Nov 16, 2021
  • conductor-rest-3.3.4

    Oct 29, 2021
  • conductor-rest-3.3.3

    Oct 28, 2021
  • conductor-rest-3.3.2

    Oct 25, 2021
  • conductor-rest-3.3.1

    Oct 07, 2021
  • conductor-rest-3.3.0

    Sep 27, 2021
  • conductor-rest-3.2.1

    Sep 20, 2021
  • conductor-rest-3.2.0

    Aug 26, 2021
  • conductor-rest-3.1.0

    Jul 16, 2021
  • conductor-rest-3.0.6

    Jun 04, 2021
  • conductor-rest-3.0.5

    May 18, 2021
  • conductor-rest-3.0.4

    May 11, 2021
  • conductor-rest-3.0.3

    May 07, 2021
  • conductor-rest-3.0.2

    Apr 27, 2021
  • conductor-rest-3.0.1

    Apr 17, 2021
  • conductor-rest-3.0.0

    Apr 14, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.netflix.conductor</groupId>
    <artifactId>conductor-rest</artifactId>
    <version>3.13.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.netflix.conductor:conductor-rest:3.13.5'

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

implementation("com.netflix.conductor:conductor-rest:3.13.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.netflix.conductor" % "conductor-rest" % "3.13.5"

Advertisement