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