не последняя версия
Последняя версия 20041228.180559

asm:asm-xml 3.1


Категории

Категории

ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

asm
Идентификатор

Идентификатор

asm-xml
Версия

Версия

3.1
Тип

Тип

jar

Скачать asm-xml 3.1

Имя Файла Размер
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"]