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