| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаcom.netflix.conductor |
| Идентификатор | Идентификаторconductor-test-harness |
| Версия | Версия2.25.2-alpha |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.netflix.conductor/conductor-test-harness/ -->
<dependency>
<groupId>com.netflix.conductor</groupId>
<artifactId>conductor-test-harness</artifactId>
<version>2.25.2-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-test-harness/
implementation 'com.netflix.conductor:conductor-test-harness:2.25.2-alpha'
// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-test-harness/
implementation ("com.netflix.conductor:conductor-test-harness:2.25.2-alpha")
'com.netflix.conductor:conductor-test-harness:jar:2.25.2-alpha'
<dependency org="com.netflix.conductor" name="conductor-test-harness" rev="2.25.2-alpha">
<artifact name="conductor-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.conductor', module='conductor-test-harness', version='2.25.2-alpha')
)
libraryDependencies += "com.netflix.conductor" % "conductor-test-harness" % "2.25.2-alpha"
[com.netflix.conductor/conductor-test-harness "2.25.2-alpha"]