| Группа | Группаorg.aperteworkflow |
|---|---|
| Идентификатор | Идентификаторaperteworkflow-core |
| Версия | Версия3.0-beta1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| aperteworkflow-core-3.0-beta1.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/aperteworkflow-core/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>aperteworkflow-core</artifactId>
<version>3.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/aperteworkflow-core/
implementation 'org.aperteworkflow:aperteworkflow-core:3.0-beta1'
// https://jarcasting.com/artifacts/org.aperteworkflow/aperteworkflow-core/
implementation ("org.aperteworkflow:aperteworkflow-core:3.0-beta1")
'org.aperteworkflow:aperteworkflow-core:pom:3.0-beta1'
<dependency org="org.aperteworkflow" name="aperteworkflow-core" rev="3.0-beta1">
<artifact name="aperteworkflow-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='aperteworkflow-core', version='3.0-beta1')
)
libraryDependencies += "org.aperteworkflow" % "aperteworkflow-core" % "3.0-beta1"
[org.aperteworkflow/aperteworkflow-core "3.0-beta1"]