License |
License |
---|---|
GroupId | GroupIdcn.hangsman.operatelog |
ArtifactId | ArtifactIdoperate-log |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionoperate-log
参考mzt-biz-log实现的一款基于 spring aop 操作日志记录工具 支持自定义方法处理
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
operate-log-1.1.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hangsman.operatelog/operate-log/ -->
<dependency>
<groupId>cn.hangsman.operatelog</groupId>
<artifactId>operate-log</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman.operatelog/operate-log/
implementation 'cn.hangsman.operatelog:operate-log:1.1.1'
// https://jarcasting.com/artifacts/cn.hangsman.operatelog/operate-log/
implementation ("cn.hangsman.operatelog:operate-log:1.1.1")
'cn.hangsman.operatelog:operate-log:pom:1.1.1'
<dependency org="cn.hangsman.operatelog" name="operate-log" rev="1.1.1">
<artifact name="operate-log" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman.operatelog', module='operate-log', version='1.1.1')
)
libraryDependencies += "cn.hangsman.operatelog" % "operate-log" % "1.1.1"
[cn.hangsman.operatelog/operate-log "1.1.1"]