Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.netflix.conductor |
ArtifactId | ArtifactIdconductor-client |
Version | Version2.21.0-hotfix |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/ -->
<dependency>
<groupId>com.netflix.conductor</groupId>
<artifactId>conductor-client</artifactId>
<version>2.21.0-hotfix</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/
implementation 'com.netflix.conductor:conductor-client:2.21.0-hotfix'
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-client/
implementation ("com.netflix.conductor:conductor-client:2.21.0-hotfix")
'com.netflix.conductor:conductor-client:jar:2.21.0-hotfix'
<dependency org="com.netflix.conductor" name="conductor-client" rev="2.21.0-hotfix">
<artifact name="conductor-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.conductor', module='conductor-client', version='2.21.0-hotfix')
)
libraryDependencies += "com.netflix.conductor" % "conductor-client" % "2.21.0-hotfix"
[com.netflix.conductor/conductor-client "2.21.0-hotfix"]