| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
|---|---|
| Группа | Группаasm |
| Идентификатор | Идентификаторasm-debug-all |
| Версия | Версия3.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| asm-debug-all-3.2.pom | |
| asm-debug-all-3.2.jar | 291 KB |
| asm-debug-all-3.2-sources.jar | 330 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/asm/asm-debug-all/ -->
<dependency>
<groupId>asm</groupId>
<artifactId>asm-debug-all</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/asm/asm-debug-all/
implementation 'asm:asm-debug-all:3.2'
// https://jarcasting.com/artifacts/asm/asm-debug-all/
implementation ("asm:asm-debug-all:3.2")
'asm:asm-debug-all:jar:3.2'
<dependency org="asm" name="asm-debug-all" rev="3.2">
<artifact name="asm-debug-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='asm', module='asm-debug-all', version='3.2')
)
libraryDependencies += "asm" % "asm-debug-all" % "3.2"
[asm/asm-debug-all "3.2"]