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