| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаorg.ow2.asm |
| Идентификатор | Идентификаторasm-xml |
| Последняя версия | Последняя версия6.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеasm-xml
XML API of ASM, a very small and fast Java bytecode manipulation framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| asm-xml-6.2.1.pom | |
| asm-xml-6.2.1.jar | 50 KB |
| asm-xml-6.2.1-sources.jar | 956 KB |
| asm-xml-6.2.1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.asm/asm-xml/ -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-xml</artifactId>
<version>6.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.asm/asm-xml/
implementation 'org.ow2.asm:asm-xml:6.2.1'
// https://jarcasting.com/artifacts/org.ow2.asm/asm-xml/
implementation ("org.ow2.asm:asm-xml:6.2.1")
'org.ow2.asm:asm-xml:jar:6.2.1'
<dependency org="org.ow2.asm" name="asm-xml" rev="6.2.1">
<artifact name="asm-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.asm', module='asm-xml', version='6.2.1')
)
libraryDependencies += "org.ow2.asm" % "asm-xml" % "6.2.1"
[org.ow2.asm/asm-xml "6.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.asm : asm | jar | 6.2.1 |
| org.ow2.asm : asm-util | jar | 6.2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.asm : asm-test | jar | 6.2.1 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.1.0 |