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