s

shoulder-http

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