Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.conductor |
ArtifactId | ArtifactIdconductor-test-harness |
Version | Version1.10.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.conductor/conductor-test-harness/ -->
<dependency>
<groupId>com.netflix.conductor</groupId>
<artifactId>conductor-test-harness</artifactId>
<version>1.10.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-test-harness/
implementation 'com.netflix.conductor:conductor-test-harness:1.10.13'
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-test-harness/
implementation ("com.netflix.conductor:conductor-test-harness:1.10.13")
'com.netflix.conductor:conductor-test-harness:jar:1.10.13'
<dependency org="com.netflix.conductor" name="conductor-test-harness" rev="1.10.13">
<artifact name="conductor-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.conductor', module='conductor-test-harness', version='1.10.13')
)
libraryDependencies += "com.netflix.conductor" % "conductor-test-harness" % "1.10.13"
[com.netflix.conductor/conductor-test-harness "1.10.13"]