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