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