| Группа | Группаio.dekorate |
|---|---|
| Идентификатор | Идентификаторcrd-annotations |
| Версия | Версия0.13.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| crd-annotations-0.13.1.pom | |
| crd-annotations-0.13.1.jar | 28 KB |
| crd-annotations-0.13.1-sources.jar | 18 KB |
| crd-annotations-0.13.1-processors.jar | 24 KB |
| crd-annotations-0.13.1-noapt.jar | 21 KB |
| crd-annotations-0.13.1-javadoc.jar | 157 KB |
| crd-annotations-0.13.1-annotations.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.dekorate/crd-annotations/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>crd-annotations</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/crd-annotations/
implementation 'io.dekorate:crd-annotations:0.13.1'
// https://jarcasting.com/artifacts/io.dekorate/crd-annotations/
implementation ("io.dekorate:crd-annotations:0.13.1")
'io.dekorate:crd-annotations:jar:0.13.1'
<dependency org="io.dekorate" name="crd-annotations" rev="0.13.1">
<artifact name="crd-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='crd-annotations', version='0.13.1')
)
libraryDependencies += "io.dekorate" % "crd-annotations" % "0.13.1"
[io.dekorate/crd-annotations "0.13.1"]