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