is not current version
Last Version 1.3.2

com.lazygeniouz.methlog:methlog 1.2.6

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

GroupId

GroupId

com.lazygeniouz.methlog
ArtifactId

ArtifactId

methlog
Version

Version

1.2.6
Type

Type

pom

Download methlog 1.2.6


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