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