o

operation-log-spring-boot-autoconfigure

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