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