License |
License |
---|---|
GroupId | GroupIdcn.hangsman.operationlog |
ArtifactId | ArtifactIdoperation-log-test |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description参考mzt-biz-log实现的一款基于 spring aop 操作日志记录工具
|
Filename | Size |
---|---|
operation-log-test-1.0.1.pom | |
operation-log-test-1.0.1.jar | 9 KB |
operation-log-test-1.0.1-sources.jar | 4 KB |
operation-log-test-1.0.1-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-test/ -->
<dependency>
<groupId>cn.hangsman.operationlog</groupId>
<artifactId>operation-log-test</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-test/
implementation 'cn.hangsman.operationlog:operation-log-test:1.0.1'
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-test/
implementation ("cn.hangsman.operationlog:operation-log-test:1.0.1")
'cn.hangsman.operationlog:operation-log-test:jar:1.0.1'
<dependency org="cn.hangsman.operationlog" name="operation-log-test" rev="1.0.1">
<artifact name="operation-log-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman.operationlog', module='operation-log-test', version='1.0.1')
)
libraryDependencies += "cn.hangsman.operationlog" % "operation-log-test" % "1.0.1"
[cn.hangsman.operationlog/operation-log-test "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
cn.hangsman.operationlog : operation-log-spring-boot-starter | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.springframework.boot : spring-boot-starter-test | jar |