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