Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.avaje |
ArtifactId | ArtifactIdavaje-http-client |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
avaje-http-client-0.7.pom | |
avaje-http-client-0.7.jar | 27 KB |
avaje-http-client-0.7-sources.jar | 15 KB |
avaje-http-client-0.7-javadoc.jar | 468 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.avaje/avaje-http-client/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/avaje-http-client/
implementation 'io.avaje:avaje-http-client:0.7'
// https://jarcasting.com/artifacts/io.avaje/avaje-http-client/
implementation ("io.avaje:avaje-http-client:0.7")
'io.avaje:avaje-http-client:jar:0.7'
<dependency org="io.avaje" name="avaje-http-client" rev="0.7">
<artifact name="avaje-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='avaje-http-client', version='0.7')
)
libraryDependencies += "io.avaje" % "avaje-http-client" % "0.7"
[io.avaje/avaje-http-client "0.7"]