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