u

unihttp-core

定义Http请求相关接口及一些基础公共的实现
https://gitee.com/xxssyyyyssxx/unihttp
The Apache Software License, Version 2.0
xiongshiyan
文件下载
文件名 操作
unihttp-core-2.0.1.jar 下载
unihttp-core-2.0.1.pom 下载
unihttp-core-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>top.jfunc.network</groupId>
  <artifactId>unihttp-core</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'top.jfunc.network:unihttp-core:2.0.1'
Gradle Kotlin
implementation("top.jfunc.network:unihttp-core:2.0.1")
Scala SBT
libraryDependencies += "top.jfunc.network" % "unihttp-core" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='top.jfunc.network', module='unihttp-core', version='2.0.1')
)
Apache Ivy
<dependency org="top.jfunc.network" name="unihttp-core" rev="2.0.1" />
Leiningen
[top.jfunc.network/unihttp-core "2.0.1"]
Apache Buildr
'top.jfunc.network:unihttp-core:jar:2.0.1'