is not current version
Last Version 1.0.1

cn.hangsman.operationlog:operation-log-parent 1.0.0

参考mzt-biz-log实现的一款基于 spring aop 操作日志记录工具

GroupId

GroupId

cn.hangsman.operationlog
ArtifactId

ArtifactId

operation-log-parent
Version

Version

1.0.0
Type

Type

pom

Download operation-log-parent 1.0.0


<!-- https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-parent/ -->
<dependency>
    <groupId>cn.hangsman.operationlog</groupId>
    <artifactId>operation-log-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-parent/
implementation 'cn.hangsman.operationlog:operation-log-parent:1.0.0'
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-parent/
implementation ("cn.hangsman.operationlog:operation-log-parent:1.0.0")
'cn.hangsman.operationlog:operation-log-parent:pom:1.0.0'
<dependency org="cn.hangsman.operationlog" name="operation-log-parent" rev="1.0.0">
  <artifact name="operation-log-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman.operationlog', module='operation-log-parent', version='1.0.0')
)
libraryDependencies += "cn.hangsman.operationlog" % "operation-log-parent" % "1.0.0"
[cn.hangsman.operationlog/operation-log-parent "1.0.0"]