is not current version
Last Version 1.4

io.airlift:bytecode 1.3

High-level library for generating JVM bytecode

License

License

GroupId

GroupId

io.airlift
ArtifactId

ArtifactId

bytecode
Version

Version

1.3
Type

Type

jar
Description

Description

High-level library for generating JVM bytecode
Project URL

Project URL

https://github.com/airlift/bytecode

Download bytecode 1.3


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

Dependencies

compile (5)

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

runtime (1)

Group / Artifact Type Version
org.ow2.asm : asm-analysis jar 6.2.1

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.9.6
org.assertj : assertj-core jar 3.5.2

Project Modules

There are no modules declared in this project.