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