io.airlift:bytecode

High-level library for generating JVM bytecode

License

License

GroupId

GroupId

io.airlift
ArtifactId

ArtifactId

bytecode
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

High-level library for generating JVM bytecode
Project URL

Project URL

https://github.com/airlift/bytecode

Download bytecode

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.ow2.asm : asm jar 9.2
org.ow2.asm : asm-tree jar 9.2
org.ow2.asm : asm-util jar 9.2
com.google.code.findbugs : jsr305 Optional jar 3.0.2
com.google.guava : guava jar 30.1.1-jre

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.10
org.assertj : assertj-core jar 3.18.1

Project Modules

There are no modules declared in this project.
io.airlift

Versions

Version
1.4
1.3
1.2
1.1
1.0