License |
License |
---|---|
GroupId | GroupIdio.github.fosstree |
ArtifactId | ArtifactIdhttippy |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttippy
A thin wrapper on OkHttp with integrated features of Jackson and Guice
|
Project URL |
Project URL |
Filename | Size |
---|---|
httippy-1.0.2.pom | |
httippy-1.0.2.jar | 9 KB |
httippy-1.0.2-sources.jar | 5 KB |
httippy-1.0.2-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fosstree/httippy/ -->
<dependency>
<groupId>io.github.fosstree</groupId>
<artifactId>httippy</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fosstree/httippy/
implementation 'io.github.fosstree:httippy:1.0.2'
// https://jarcasting.com/artifacts/io.github.fosstree/httippy/
implementation ("io.github.fosstree:httippy:1.0.2")
'io.github.fosstree:httippy:jar:1.0.2'
<dependency org="io.github.fosstree" name="httippy" rev="1.0.2">
<artifact name="httippy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fosstree', module='httippy', version='1.0.2')
)
libraryDependencies += "io.github.fosstree" % "httippy" % "1.0.2"
[io.github.fosstree/httippy "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 4.3.1 |
com.squareup.okhttp3 : logging-interceptor | jar | 4.3.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
com.google.inject : guice | jar | 4.2.2 |
org.projectlombok : lombok | jar | 1.18.12 |