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