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