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