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