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

com.github.ealenxie:aop-log 1.1

A logging collection tool based on Spring AOP and ThreadLocal implementations

Группа

Группа

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

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

aop-log
Версия

Версия

1.1
Тип

Тип

jar

Скачать aop-log 1.1

Имя Файла Размер
aop-log-1.1.pom
aop-log-1.1.jar 15 KB
Обзор

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