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