| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.dekorate |
| Идентификатор | Идентификаторstarters |
| Версия | Версия2.8.0 |
| Тип | Типpom |
| Описание |
ОписаниеDekorate :: Starters
A collection of annotations and processors for Kubernetes
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| starters-2.8.0.pom | 682 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.dekorate/starters/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>starters</artifactId>
<version>2.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/starters/
implementation 'io.dekorate:starters:2.8.0'
// https://jarcasting.com/artifacts/io.dekorate/starters/
implementation ("io.dekorate:starters:2.8.0")
'io.dekorate:starters:pom:2.8.0'
<dependency org="io.dekorate" name="starters" rev="2.8.0">
<artifact name="starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='starters', version='2.8.0')
)
libraryDependencies += "io.dekorate" % "starters" % "2.8.0"
[io.dekorate/starters "2.8.0"]