| License |
License |
|---|---|
| GroupId | GroupIdio.agrest |
| ArtifactId | ArtifactIdagrest-annotations |
| Version | Version4.7 |
| Type | Typejar |
| Description |
Descriptionagrest-annotations: model annotations
A dependency-free collection of Agrest annotations that allow to annotate model objects without
introducing a dependency on Agrest runtime.
|
| Filename | Size |
|---|---|
| agrest-annotations-4.7.pom | |
| agrest-annotations-4.7.jar | 4 KB |
| agrest-annotations-4.7-sources.jar | 3 KB |
| agrest-annotations-4.7-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.agrest/agrest-annotations/ -->
<dependency>
<groupId>io.agrest</groupId>
<artifactId>agrest-annotations</artifactId>
<version>4.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation 'io.agrest:agrest-annotations:4.7'
// https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation ("io.agrest:agrest-annotations:4.7")
'io.agrest:agrest-annotations:jar:4.7'
<dependency org="io.agrest" name="agrest-annotations" rev="4.7">
<artifact name="agrest-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-annotations', version='4.7')
)
libraryDependencies += "io.agrest" % "agrest-annotations" % "4.7"
[io.agrest/agrest-annotations "4.7"]