is not current version
Last Version 1.0.4

it.sephiroth.android.library.asm:asm-debuglog-runtime 1.0.3

Android gradle plugin which inject at compile time method logging (initially forked from Hunter-Debug)

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

it.sephiroth.android.library.asm
ArtifactId

ArtifactId

asm-debuglog-runtime
Version

Version

1.0.3
Type

Type

aar

Download asm-debuglog-runtime 1.0.3


<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-debuglog-runtime/ -->
<dependency>
    <groupId>it.sephiroth.android.library.asm</groupId>
    <artifactId>asm-debuglog-runtime</artifactId>
    <version>1.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-debuglog-runtime/
implementation 'it.sephiroth.android.library.asm:asm-debuglog-runtime:1.0.3'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-debuglog-runtime/
implementation ("it.sephiroth.android.library.asm:asm-debuglog-runtime:1.0.3")
'it.sephiroth.android.library.asm:asm-debuglog-runtime:aar:1.0.3'
<dependency org="it.sephiroth.android.library.asm" name="asm-debuglog-runtime" rev="1.0.3">
  <artifact name="asm-debuglog-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.asm', module='asm-debuglog-runtime', version='1.0.3')
)
libraryDependencies += "it.sephiroth.android.library.asm" % "asm-debuglog-runtime" % "1.0.3"
[it.sephiroth.android.library.asm/asm-debuglog-runtime "1.0.3"]