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