Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.agrest |
ArtifactId | ArtifactIdagrest-client |
Version | Version4.8 |
Type | Typejar |
Filename | Size |
---|---|
agrest-client-4.8.pom | |
agrest-client-4.8.jar | 29 KB |
agrest-client-4.8-sources.jar | 13 KB |
agrest-client-4.8-javadoc.jar | 134 KB |
Browse |
<!-- 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"]