Last Version

Java Object Layout: Core 0.16

JOL is the set of tools for examining field and object layouts in JVM.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.openjdk.jol
ArtifactId

ArtifactId

jol-core
Version

Version

0.16
Type

Type

jar
Description

Description

Java Object Layout: Core
JOL is the set of tools for examining field and object layouts in JVM.
Project URL

Project URL

http://maven.apache.org

Download jol-core 0.16


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.ow2.asm : asm jar 5.0.3

Project Modules

There are no modules declared in this project.