| Группа | Группаcom.cedarsoft.commons |
|---|---|
| Идентификатор | Идентификаторworkflow |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| workflow-2.0.0.pom | |
| workflow-2.0.0.jar | 9 KB |
| workflow-2.0.0-tests.jar | 13 KB |
| workflow-2.0.0-sources.jar | 3 KB |
| workflow-2.0.0-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/workflow/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>workflow</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/workflow/
implementation 'com.cedarsoft.commons:workflow:2.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/workflow/
implementation ("com.cedarsoft.commons:workflow:2.0.0")
'com.cedarsoft.commons:workflow:jar:2.0.0'
<dependency org="com.cedarsoft.commons" name="workflow" rev="2.0.0">
<artifact name="workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='workflow', version='2.0.0')
)
libraryDependencies += "com.cedarsoft.commons" % "workflow" % "2.0.0"
[com.cedarsoft.commons/workflow "2.0.0"]