Last Version

asm-common 0.1.0-rc3

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

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

it.sephiroth.android.library.asm
ArtifactId

ArtifactId

asm-common
Version

Version

0.1.0-rc3
Type

Type

aar
Description

Description

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

Project URL

https://github.com/sephiroth74/AndroidDebugLog/
Source Code Management

Source Code Management

https://github.com/sephiroth74/AndroidDebugLog/

Download asm-common 0.1.0-rc3


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

Dependencies

compile (1)

Group / Artifact Type Version
it.sephiroth.android.library.asm : asm-annotations jar 0.1.0-rc3

runtime (2)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.7.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

Project Modules

There are no modules declared in this project.