is not current version
Last Version 2.5

com.github.ealenxie:aop-log 1.0

A logging collection tool based on Spring AOP and ThreadLocal implementations

GroupId

GroupId

com.github.ealenxie
ArtifactId

ArtifactId

aop-log
Version

Version

1.0
Type

Type

jar

Download aop-log 1.0


<!-- https://jarcasting.com/artifacts/com.github.ealenxie/aop-log/ -->
<dependency>
    <groupId>com.github.ealenxie</groupId>
    <artifactId>aop-log</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ealenxie/aop-log/
implementation 'com.github.ealenxie:aop-log:1.0'
// https://jarcasting.com/artifacts/com.github.ealenxie/aop-log/
implementation ("com.github.ealenxie:aop-log:1.0")
'com.github.ealenxie:aop-log:jar:1.0'
<dependency org="com.github.ealenxie" name="aop-log" rev="1.0">
  <artifact name="aop-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ealenxie', module='aop-log', version='1.0')
)
libraryDependencies += "com.github.ealenxie" % "aop-log" % "1.0"
[com.github.ealenxie/aop-log "1.0"]