s

shoulder-ext-config

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