License |
License |
---|---|
GroupId | GroupIdcom.lazygeniouz.methlog |
ArtifactId | ArtifactIdmethlog |
Version | Version1.3.2 |
Type | Typepom |
Description |
DescriptionMethLog
MethLog is an annotation based method call logging for observing completion time.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
methlog-1.3.2.pom | |
methlog-1.3.2-release.aar | 2 KB |
methlog-1.3.2-release-sources.jar | 1 KB |
methlog-1.3.2-release-javadoc.jar | 264 KB |
methlog-1.3.2-debug.aar | 2 KB |
methlog-1.3.2-debug-sources.jar | 1 KB |
methlog-1.3.2-debug-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lazygeniouz.methlog/methlog/ -->
<dependency>
<groupId>com.lazygeniouz.methlog</groupId>
<artifactId>methlog</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lazygeniouz.methlog/methlog/
implementation 'com.lazygeniouz.methlog:methlog:1.3.2'
// https://jarcasting.com/artifacts/com.lazygeniouz.methlog/methlog/
implementation ("com.lazygeniouz.methlog:methlog:1.3.2")
'com.lazygeniouz.methlog:methlog:pom:1.3.2'
<dependency org="com.lazygeniouz.methlog" name="methlog" rev="1.3.2">
<artifact name="methlog" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lazygeniouz.methlog', module='methlog', version='1.3.2')
)
libraryDependencies += "com.lazygeniouz.methlog" % "methlog" % "1.3.2"
[com.lazygeniouz.methlog/methlog "1.3.2"]