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