okhttp-tools

OKHttp3的简单封装,链式调用

License

License

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

okhttp-tools
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

okhttp-tools
OKHttp3的简单封装,链式调用
Project URL

Project URL

https://github.com/doobo/okhttp-tools

Download okhttp-tools

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.doobo/okhttp-tools/ -->
<dependency>
    <groupId>com.github.doobo</groupId>
    <artifactId>okhttp-tools</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.doobo/okhttp-tools/
implementation 'com.github.doobo:okhttp-tools:1.2'
// https://jarcasting.com/artifacts/com.github.doobo/okhttp-tools/
implementation ("com.github.doobo:okhttp-tools:1.2")
'com.github.doobo:okhttp-tools:jar:1.2'
<dependency org="com.github.doobo" name="okhttp-tools" rev="1.2">
  <artifact name="okhttp-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.doobo', module='okhttp-tools', version='1.2')
)
libraryDependencies += "com.github.doobo" % "okhttp-tools" % "1.2"
[com.github.doobo/okhttp-tools "1.2"]

Dependencies

compile (8)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.14.9
com.google.code.findbugs : jsr305 jar 3.0.2
com.squareup.okhttp3 : logging-interceptor Optional jar 3.14.9
com.google.code.gson : gson Optional jar 2.8.2
com.alibaba : fastjson Optional jar 1.2.68
org.springframework.boot : spring-boot-starter-web Optional jar 2.2.6.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.2.6.RELEASE
org.apache.httpcomponents : httpclient Optional jar 4.5.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.springframework.boot : spring-boot-starter-test jar 2.2.6.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0