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