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