文件下载
文件名 操作
shoulder-parent-0.8.pom 下载
Apache Maven
<dependency>
  <groupId>cn.itlym</groupId>
  <artifactId>shoulder-parent</artifactId>
  <version>0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.itlym:shoulder-parent:0.8'
Gradle Kotlin
implementation("cn.itlym:shoulder-parent:0.8")
Scala SBT
libraryDependencies += "cn.itlym" % "shoulder-parent" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='cn.itlym', module='shoulder-parent', version='0.8')
)
Apache Ivy
<dependency org="cn.itlym" name="shoulder-parent" rev="0.8" />
Leiningen
[cn.itlym/shoulder-parent "0.8"]
Apache Buildr
'cn.itlym:shoulder-parent:jar:0.8'