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