не последняя версия
Последняя версия 2.5

com.github.ealenxie:aop-log 1.0

A logging collection tool based on Spring AOP and ThreadLocal implementations

Группа

Группа

com.github.ealenxie
Идентификатор

Идентификатор

aop-log
Версия

Версия

1.0
Тип

Тип

jar

Скачать 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"]