License |
License |
---|---|
GroupId | GroupIdcom.ejlchina |
ArtifactId | ArtifactIdhttputils |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpUtils
Http工具包,封装 OkHttp,链式用法、支持异步同步、响应JSON自动解析,回调线程切换、配置灵活、支持URL占位符、支持BaseUrl、外部依赖少、适用 JavaWeb 和 Android,教程全面、简单易用
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
httputils-2.3.0.pom | |
httputils-2.3.0.jar | 22 KB |
httputils-2.3.0-sources.jar | 11 KB |
httputils-2.3.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ejlchina/httputils/ -->
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>httputils</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ejlchina/httputils/
implementation 'com.ejlchina:httputils:2.3.0'
// https://jarcasting.com/artifacts/com.ejlchina/httputils/
implementation ("com.ejlchina:httputils:2.3.0")
'com.ejlchina:httputils:jar:2.3.0'
<dependency org="com.ejlchina" name="httputils" rev="2.3.0">
<artifact name="httputils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ejlchina', module='httputils', version='2.3.0')
)
libraryDependencies += "com.ejlchina" % "httputils" % "2.3.0"
[com.ejlchina/httputils "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.67 |
com.squareup.okhttp3 : okhttp | jar | 3.14.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |