<dependency> <groupId>io.airlift</groupId> <artifactId>bytecode</artifactId> <version>1.1</version> </dependency>
implementation 'io.airlift:bytecode:1.1'
implementation("io.airlift:bytecode:1.1")
libraryDependencies += "io.airlift" % "bytecode" % "1.1"
@Grapes( @Grab(group='io.airlift', module='bytecode', version='1.1') )
<dependency org="io.airlift" name="bytecode" rev="1.1" />
[io.airlift/bytecode "1.1"]
'io.airlift:bytecode:jar:1.1'
<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