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