License |
License |
---|---|
GroupId | GroupIdcom.github.doobo |
ArtifactId | ArtifactIdokhttp-tools |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionokhttp-tools
OKHttp3的简单封装,链式调用
|
Project URL |
Project URL |
Filename | Size |
---|---|
okhttp-tools-1.2.pom | |
okhttp-tools-1.2.jar | 73 KB |
okhttp-tools-1.2-sources.jar | 35 KB |
okhttp-tools-1.2-javadoc.jar | 256 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.springframework.boot : spring-boot-starter-test | jar | 2.2.6.RELEASE |