| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation Logging |
|---|---|
| Группа | Группаit.sephiroth.android.library.asm |
| Идентификатор | Идентификаторasm-logging-runtime |
| Версия | Версия1.0.0-rc2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| asm-logging-runtime-1.0.0-rc2.pom | |
| Обзор |
<!-- 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>1.0.0-rc2</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:1.0.0-rc2'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.asm/asm-logging-runtime/
implementation ("it.sephiroth.android.library.asm:asm-logging-runtime:1.0.0-rc2")
'it.sephiroth.android.library.asm:asm-logging-runtime:aar:1.0.0-rc2'
<dependency org="it.sephiroth.android.library.asm" name="asm-logging-runtime" rev="1.0.0-rc2">
<artifact name="asm-logging-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.asm', module='asm-logging-runtime', version='1.0.0-rc2')
)
libraryDependencies += "it.sephiroth.android.library.asm" % "asm-logging-runtime" % "1.0.0-rc2"
[it.sephiroth.android.library.asm/asm-logging-runtime "1.0.0-rc2"]