y

yelong-http

简单封装java对http的请求,实现便捷的发送http请求(可以发送携带文件的请求)
https://github.com/yelong0216/yelong-http
Apache License, Version 2.0
彭飞
文件下载
文件名 操作
yelong-http-1.1.0.jar 下载
yelong-http-1.1.0.pom 下载
yelong-http-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.yelong0216</groupId>
  <artifactId>yelong-http</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.yelong0216:yelong-http:1.1.0'
Gradle Kotlin
implementation("com.github.yelong0216:yelong-http:1.1.0")
Scala SBT
libraryDependencies += "com.github.yelong0216" % "yelong-http" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yelong0216', module='yelong-http', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.yelong0216" name="yelong-http" rev="1.1.0" />
Leiningen
[com.github.yelong0216/yelong-http "1.1.0"]
Apache Buildr
'com.github.yelong0216:yelong-http:jar:1.1.0'