<dependency> <groupId>io.airlift</groupId> <artifactId>bytecode</artifactId> <version>1.3</version> </dependency>
implementation 'io.airlift:bytecode:1.3'
implementation("io.airlift:bytecode:1.3")
libraryDependencies += "io.airlift" % "bytecode" % "1.3"
@Grapes( @Grab(group='io.airlift', module='bytecode', version='1.3') )
<dependency org="io.airlift" name="bytecode" rev="1.3" />
[io.airlift/bytecode "1.3"]
'io.airlift:bytecode:jar:1.3'
<parent> <groupId>io.airlift</groupId> <artifactId>airbase</artifactId> <version>83</version> </parent>
compile
|-- org.ow2.asm:asm:6.2.1
|-- org.ow2.asm:asm-tree:6.2.1
|-- org.ow2.asm:asm-util:6.2.1
|-- com.google.code.findbugs:jsr305
|-- com.google.guava:guava
runtime
|-- org.ow2.asm:asm-analysis:6.2.1
test
|-- org.testng:testng
|-- org.assertj:assertj-core