Httippy

A thin wrapper on OkHttp with integrated features of Jackson and Guice

License

License

GroupId

GroupId

io.github.fosstree
ArtifactId

ArtifactId

httippy
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Httippy
A thin wrapper on OkHttp with integrated features of Jackson and Guice
Project URL

Project URL

https://github.com/shubhampatil17

Download httippy

How to add to project

<!-- 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"]

Dependencies

compile (6)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0