Эксперт ХД

org.ow2.asm:asm-tree (9.7)

Published 2026-09-15 10:18:24 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.ow2.asm</groupId>
	<artifactId>asm-tree</artifactId>
	<version>9.7</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.ow2.asm:asm-tree:9.7

About this package

Tree API of ASM, a very small and fast Java bytecode manipulation framework

Dependencies

org.ow2.asm:asm
9.7
Details
Maven
2026-09-15 10:18:24 +00:00
266
asm-tree
BSD-3-Clause
53 KiB
Assets (2)
Versions (1) View all
9.7 2026-09-15