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