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