Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.netflix.conductor |
ArtifactId | ArtifactIdconductor-client |
Version | Version1.7.0-rc6 |
Type | Typejar |
Filename | Size |
---|---|
conductor-client-1.7.0-rc6.pom | |
conductor-client-1.7.0-rc6.jar | 26 KB |
conductor-client-1.7.0-rc6-sources.jar | 15 KB |
conductor-client-1.7.0-rc6-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/ -->
<dependency>
<groupId>com.netflix.conductor</groupId>
<artifactId>conductor-client</artifactId>
<version>1.7.0-rc6</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/
implementation 'com.netflix.conductor:conductor-client:1.7.0-rc6'
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/
implementation ("com.netflix.conductor:conductor-client:1.7.0-rc6")
'com.netflix.conductor:conductor-client:jar:1.7.0-rc6'
<dependency org="com.netflix.conductor" name="conductor-client" rev="1.7.0-rc6">
<artifact name="conductor-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.conductor', module='conductor-client', version='1.7.0-rc6')
)
libraryDependencies += "com.netflix.conductor" % "conductor-client" % "1.7.0-rc6"
[com.netflix.conductor/conductor-client "1.7.0-rc6"]