Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation Logging |
---|---|
GroupId | GroupIdit.sephiroth.android.library.asm |
ArtifactId | ArtifactIdasm-logging-runtime |
Version | Version0.1.0-rc6 |
Type | Typeaar |
Filename | Size |
---|---|
asm-logging-runtime-0.1.0-rc6.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-logging-runtime/ -->
<dependency>
<groupId>it.sephiroth.android.library.asm</groupId>
<artifactId>asm-logging-runtime</artifactId>
<version>0.1.0-rc6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-logging-runtime/
implementation 'it.sephiroth.android.library.asm:asm-logging-runtime:0.1.0-rc6'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-logging-runtime/
implementation ("it.sephiroth.android.library.asm:asm-logging-runtime:0.1.0-rc6")
'it.sephiroth.android.library.asm:asm-logging-runtime:aar:0.1.0-rc6'
<dependency org="it.sephiroth.android.library.asm" name="asm-logging-runtime" rev="0.1.0-rc6">
<artifact name="asm-logging-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.asm', module='asm-logging-runtime', version='0.1.0-rc6')
)
libraryDependencies += "it.sephiroth.android.library.asm" % "asm-logging-runtime" % "0.1.0-rc6"
[it.sephiroth.android.library.asm/asm-logging-runtime "0.1.0-rc6"]