is not current version
Last Version 4.10

io.agrest:agrest-client 4.8

Client library to access Agrest protocol-compliant RESTful services

Categories

Categories

CLI User Interface
GroupId

GroupId

io.agrest
ArtifactId

ArtifactId

agrest-client
Version

Version

4.8
Type

Type

jar

Download agrest-client 4.8


<!-- https://jarcasting.com/artifacts/io.agrest/agrest-client/ -->
<dependency>
    <groupId>io.agrest</groupId>
    <artifactId>agrest-client</artifactId>
    <version>4.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-client/
implementation 'io.agrest:agrest-client:4.8'
// https://jarcasting.com/artifacts/io.agrest/agrest-client/
implementation ("io.agrest:agrest-client:4.8")
'io.agrest:agrest-client:jar:4.8'
<dependency org="io.agrest" name="agrest-client" rev="4.8">
  <artifact name="agrest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-client', version='4.8')
)
libraryDependencies += "io.agrest" % "agrest-client" % "4.8"
[io.agrest/agrest-client "4.8"]