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