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