is not current version
Last Version 4.10

io.agrest:agrest-client 3.4

Client library to access Agrest protocol-compliant RESTful services

Categories

Categories

CLI User Interface
GroupId

GroupId

io.agrest
ArtifactId

ArtifactId

agrest-client
Version

Version

3.4
Type

Type

jar

Download agrest-client 3.4


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