License |
License |
---|---|
GroupId | GroupIdcn.hangsman |
ArtifactId | ArtifactIdoperate-log-core |
Version | Version1.0.1 |
Type | Typejar |
Description |
Description参考 https://github.com/mouzt/mzt-biz-log 实现的一款基于 spring aop 操作日志记录工具
|
Filename | Size |
---|---|
operate-log-core-1.0.1.pom | |
operate-log-core-1.0.1.jar | 17 KB |
operate-log-core-1.0.1-sources.jar | 10 KB |
operate-log-core-1.0.1-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hangsman/operate-log-core/ -->
<dependency>
<groupId>cn.hangsman</groupId>
<artifactId>operate-log-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman/operate-log-core/
implementation 'cn.hangsman:operate-log-core:1.0.1'
// https://jarcasting.com/artifacts/cn.hangsman/operate-log-core/
implementation ("cn.hangsman:operate-log-core:1.0.1")
'cn.hangsman:operate-log-core:jar:1.0.1'
<dependency org="cn.hangsman" name="operate-log-core" rev="1.0.1">
<artifact name="operate-log-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman', module='operate-log-core', version='1.0.1')
)
libraryDependencies += "cn.hangsman" % "operate-log-core" % "1.0.1"
[cn.hangsman/operate-log-core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop | jar |