is not current version
Last Version 3.9.0

com.netflix.conductor:conductor-client 2.13.4-alpha.1

conductor-client

Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.netflix.conductor
ArtifactId

ArtifactId

conductor-client
Version

Version

2.13.4-alpha.1
Type

Type

jar

Download conductor-client 2.13.4-alpha.1


<!-- https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/ -->
<dependency>
    <groupId>com.netflix.conductor</groupId>
    <artifactId>conductor-client</artifactId>
    <version>2.13.4-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/
implementation 'com.netflix.conductor:conductor-client:2.13.4-alpha.1'
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/
implementation ("com.netflix.conductor:conductor-client:2.13.4-alpha.1")
'com.netflix.conductor:conductor-client:jar:2.13.4-alpha.1'
<dependency org="com.netflix.conductor" name="conductor-client" rev="2.13.4-alpha.1">
  <artifact name="conductor-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.conductor', module='conductor-client', version='2.13.4-alpha.1')
)
libraryDependencies += "com.netflix.conductor" % "conductor-client" % "2.13.4-alpha.1"
[com.netflix.conductor/conductor-client "2.13.4-alpha.1"]