s

shoulder-http

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