is not current version
Last Version 1.4

io.airlift:bytecode 1.1

High-level library for generating JVM bytecode

GroupId

GroupId

io.airlift
ArtifactId

ArtifactId

bytecode
Version

Version

1.1
Type

Type

jar

Download bytecode 1.1


<!-- https://jarcasting.com/artifacts/io.airlift/bytecode/ -->
<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>bytecode</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/bytecode/
implementation 'io.airlift:bytecode:1.1'
// https://jarcasting.com/artifacts/io.airlift/bytecode/
implementation ("io.airlift:bytecode:1.1")
'io.airlift:bytecode:jar:1.1'
<dependency org="io.airlift" name="bytecode" rev="1.1">
  <artifact name="bytecode" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='bytecode', version='1.1')
)
libraryDependencies += "io.airlift" % "bytecode" % "1.1"
[io.airlift/bytecode "1.1"]