is not current version
Last Version 5.0.M2

io.agrest:agrest-annotations 3.6

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

GroupId

GroupId

io.agrest
ArtifactId

ArtifactId

agrest-annotations
Version

Version

3.6
Type

Type

jar

Download agrest-annotations 3.6


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