b

bytecode

High-level library for generating JVM bytecode
https://github.com/airlift/bytecode
Files download
File Operation
bytecode-1.6.jar download
bytecode-1.6.pom download
bytecode-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.airlift</groupId>
  <artifactId>bytecode</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'io.airlift:bytecode:1.6'
Gradle Kotlin
implementation("io.airlift:bytecode:1.6")
Scala SBT
libraryDependencies += "io.airlift" % "bytecode" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.airlift', module='bytecode', version='1.6')
)
Apache Ivy
<dependency org="io.airlift" name="bytecode" rev="1.6" />
Leiningen
[io.airlift/bytecode "1.6"]
Apache Buildr
'io.airlift:bytecode:jar:1.6'