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