<dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> <version>4.0</version> </dependency>
implementation 'org.ow2.asm:asm-tree:4.0'
implementation("org.ow2.asm:asm-tree:4.0")
libraryDependencies += "org.ow2.asm" % "asm-tree" % "4.0"
@Grapes( @Grab(group='org.ow2.asm', module='asm-tree', version='4.0') )
<dependency org="org.ow2.asm" name="asm-tree" rev="4.0" />
[org.ow2.asm/asm-tree "4.0"]
'org.ow2.asm:asm-tree:jar:4.0'
<parent> <groupId>org.ow2.asm</groupId> <artifactId>asm-parent</artifactId> <version>4.0</version> </parent>
compile
|-- org.ow2.asm:asm