| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.cloudslang |
| Идентификатор | Идентификаторorchestrator |
| Последняя версия | Последняя версия0.3.260 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеA Java based orchestration engine
|
| Имя Файла | Размер |
|---|---|
| orchestrator-0.3.260.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.cloudslang/orchestrator/ -->
<dependency>
<groupId>io.cloudslang</groupId>
<artifactId>orchestrator</artifactId>
<version>0.3.260</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cloudslang/orchestrator/
implementation 'io.cloudslang:orchestrator:0.3.260'
// https://jarcasting.com/artifacts/io.cloudslang/orchestrator/
implementation ("io.cloudslang:orchestrator:0.3.260")
'io.cloudslang:orchestrator:pom:0.3.260'
<dependency org="io.cloudslang" name="orchestrator" rev="0.3.260">
<artifact name="orchestrator" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cloudslang', module='orchestrator', version='0.3.260')
)
libraryDependencies += "io.cloudslang" % "orchestrator" % "0.3.260"
[io.cloudslang/orchestrator "0.3.260"]