y

yfutil-http

Http 工具类
Files download
File Operation
yfutil-http-2.0.0.jar download
yfutil-http-2.0.0.pom download
yfutil-http-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>top.liyf</groupId>
  <artifactId>yfutil-http</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'top.liyf:yfutil-http:2.0.0'
Gradle Kotlin
implementation("top.liyf:yfutil-http:2.0.0")
Scala SBT
libraryDependencies += "top.liyf" % "yfutil-http" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='top.liyf', module='yfutil-http', version='2.0.0')
)
Apache Ivy
<dependency org="top.liyf" name="yfutil-http" rev="2.0.0" />
Leiningen
[top.liyf/yfutil-http "2.0.0"]
Apache Buildr
'top.liyf:yfutil-http:jar:2.0.0'