o

operate-log-spring-boot-starter

Files download
File Operation
operate-log-spring-boot-starter-1.0.0.jar download
operate-log-spring-boot-starter-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>cn.hangsman.operatelog</groupId>
  <artifactId>operate-log-spring-boot-starter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'cn.hangsman.operatelog:operate-log-spring-boot-starter:1.0.0'
Gradle Kotlin
implementation("cn.hangsman.operatelog:operate-log-spring-boot-starter:1.0.0")
Scala SBT
libraryDependencies += "cn.hangsman.operatelog" % "operate-log-spring-boot-starter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.hangsman.operatelog', module='operate-log-spring-boot-starter', version='1.0.0')
)
Apache Ivy
<dependency org="cn.hangsman.operatelog" name="operate-log-spring-boot-starter" rev="1.0.0" />
Leiningen
[cn.hangsman.operatelog/operate-log-spring-boot-starter "1.0.0"]
Apache Buildr
'cn.hangsman.operatelog:operate-log-spring-boot-starter:jar:1.0.0'