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