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