| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.agrest |
| Идентификатор | Идентификаторagrest-annotations |
| Версия | Версия5.0.M1 |
| Тип | Типjar |
| Описание |
Описаниеagrest-annotations: model annotations
A dependency-free collection of Agrest annotations that allow to annotate model objects without
introducing a dependency on Agrest runtime.
|
| Имя Файла | Размер |
|---|---|
| agrest-annotations-5.0.M1.pom | |
| agrest-annotations-5.0.M1.jar | 3 KB |
| agrest-annotations-5.0.M1-sources.jar | 3 KB |
| agrest-annotations-5.0.M1-javadoc.jar | 397 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.agrest/agrest-annotations/ -->
<dependency>
<groupId>io.agrest</groupId>
<artifactId>agrest-annotations</artifactId>
<version>5.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation 'io.agrest:agrest-annotations:5.0.M1'
// https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation ("io.agrest:agrest-annotations:5.0.M1")
'io.agrest:agrest-annotations:jar:5.0.M1'
<dependency org="io.agrest" name="agrest-annotations" rev="5.0.M1">
<artifact name="agrest-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-annotations', version='5.0.M1')
)
libraryDependencies += "io.agrest" % "agrest-annotations" % "5.0.M1"
[io.agrest/agrest-annotations "5.0.M1"]