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