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