не последняя версия
Последняя версия 5.0.M2

io.agrest:agrest-annotations 4.1

A dependency-free collection of Agrest annotations that allow to annotate model objects without introducing a dependency on Agrest runtime.

Группа

Группа

io.agrest
Идентификатор

Идентификатор

agrest-annotations
Версия

Версия

4.1
Тип

Тип

jar

Скачать agrest-annotations 4.1


<!-- https://jarcasting.com/artifacts/io.agrest/agrest-annotations/ -->
<dependency>
    <groupId>io.agrest</groupId>
    <artifactId>agrest-annotations</artifactId>
    <version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation 'io.agrest:agrest-annotations:4.1'
// https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation ("io.agrest:agrest-annotations:4.1")
'io.agrest:agrest-annotations:jar:4.1'
<dependency org="io.agrest" name="agrest-annotations" rev="4.1">
  <artifact name="agrest-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-annotations', version='4.1')
)
libraryDependencies += "io.agrest" % "agrest-annotations" % "4.1"
[io.agrest/agrest-annotations "4.1"]