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