is not current version
Last Version 1.3.2

com.lazygeniouz.methlog:methlog 1.3.0

MethLog is an annotation based method call logging for observing completion time.

GroupId

GroupId

com.lazygeniouz.methlog
ArtifactId

ArtifactId

methlog
Version

Version

1.3.0
Type

Type

pom

Download methlog 1.3.0


<!-- https://jarcasting.com/artifacts/com.lazygeniouz.methlog/methlog/ -->
<dependency>
    <groupId>com.lazygeniouz.methlog</groupId>
    <artifactId>methlog</artifactId>
    <version>1.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lazygeniouz.methlog/methlog/
implementation 'com.lazygeniouz.methlog:methlog:1.3.0'
// https://jarcasting.com/artifacts/com.lazygeniouz.methlog/methlog/
implementation ("com.lazygeniouz.methlog:methlog:1.3.0")
'com.lazygeniouz.methlog:methlog:pom:1.3.0'
<dependency org="com.lazygeniouz.methlog" name="methlog" rev="1.3.0">
  <artifact name="methlog" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lazygeniouz.methlog', module='methlog', version='1.3.0')
)
libraryDependencies += "com.lazygeniouz.methlog" % "methlog" % "1.3.0"
[com.lazygeniouz.methlog/methlog "1.3.0"]