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