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