is not current version
Last Version 1.0.8

com.github.andylke:im-aop-loggers 1.0.4

A handy and configurable sets of annotation-based loggers for Spring Boot that can log every execution of a method when entering or exiting normally or abnormally, without you writing a single line of code using aspect-oriented programming (AOP)

GroupId

GroupId

com.github.andylke
ArtifactId

ArtifactId

im-aop-loggers
Version

Version

1.0.4
Type

Type

jar

Download im-aop-loggers 1.0.4


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