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