License |
License |
---|---|
GroupId | GroupIdio.airlift |
ArtifactId | ArtifactIdbytecode |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHigh-level library for generating JVM bytecode
|
Project URL |
Project URL |
Filename | Size |
---|---|
bytecode-1.4.pom | |
bytecode-1.4.jar | 187 KB |
bytecode-1.4-tests.jar | 31 KB |
bytecode-1.4-test-sources.jar | 21 KB |
bytecode-1.4-sources.jar | 94 KB |
bytecode-1.4-javadoc.jar | 455 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.10 |
org.assertj : assertj-core | jar | 3.18.1 |