is not current version
Last Version 1.3.0

com.github.sea-huang:loggable 1.1.3

AOP to log java methods developed by SeaHuang

GroupId

GroupId

com.github.sea-huang
ArtifactId

ArtifactId

loggable
Version

Version

1.1.3
Type

Type

jar

Download loggable 1.1.3


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