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