| GroupId | GroupIdio.agrest |
|---|---|
| ArtifactId | ArtifactIdagrest-annotations |
| Version | Version4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| agrest-annotations-4.0.pom | |
| agrest-annotations-4.0.jar | 4 KB |
| agrest-annotations-4.0-sources.jar | 4 KB |
| agrest-annotations-4.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.agrest/agrest-annotations/ -->
<dependency>
<groupId>io.agrest</groupId>
<artifactId>agrest-annotations</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation 'io.agrest:agrest-annotations:4.0'
// https://jarcasting.com/artifacts/io.agrest/agrest-annotations/
implementation ("io.agrest:agrest-annotations:4.0")
'io.agrest:agrest-annotations:jar:4.0'
<dependency org="io.agrest" name="agrest-annotations" rev="4.0">
<artifact name="agrest-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-annotations', version='4.0')
)
libraryDependencies += "io.agrest" % "agrest-annotations" % "4.0"
[io.agrest/agrest-annotations "4.0"]