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