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