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