s

shoulder-http

http 相关,如接口调用等
文件下载
文件名 操作
shoulder-http-0.3.jar 下载
shoulder-http-0.3.pom 下载
shoulder-http-0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.itlym</groupId>
  <artifactId>shoulder-http</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'cn.itlym:shoulder-http:0.3'
Gradle Kotlin
implementation("cn.itlym:shoulder-http:0.3")
Scala SBT
libraryDependencies += "cn.itlym" % "shoulder-http" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.itlym', module='shoulder-http', version='0.3')
)
Apache Ivy
<dependency org="cn.itlym" name="shoulder-http" rev="0.3" />
Leiningen
[cn.itlym/shoulder-http "0.3"]
Apache Buildr
'cn.itlym:shoulder-http:jar:0.3'