License |
License |
---|---|
GroupId | GroupIdcn.hangsman.operationlog |
ArtifactId | ArtifactIdoperation-log-parent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionoperation-log
参考mzt-biz-log实现的一款基于 spring aop 操作日志记录工具
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
operation-log-parent-1.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-parent/ -->
<dependency>
<groupId>cn.hangsman.operationlog</groupId>
<artifactId>operation-log-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-parent/
implementation 'cn.hangsman.operationlog:operation-log-parent:1.0.1'
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-parent/
implementation ("cn.hangsman.operationlog:operation-log-parent:1.0.1")
'cn.hangsman.operationlog:operation-log-parent:pom:1.0.1'
<dependency org="cn.hangsman.operationlog" name="operation-log-parent" rev="1.0.1">
<artifact name="operation-log-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman.operationlog', module='operation-log-parent', version='1.0.1')
)
libraryDependencies += "cn.hangsman.operationlog" % "operation-log-parent" % "1.0.1"
[cn.hangsman.operationlog/operation-log-parent "1.0.1"]