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