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