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