License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.openjdk.jol |
ArtifactId | ArtifactIdjol-samples |
Last Version | Last Version0.16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Object Layout: Samples
JOL is the set of tools for examining field and object layouts in JVM.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jol-samples-0.16.pom | |
jol-samples-0.16.jar | 46 KB |
jol-samples-0.16-sources.jar | 48 KB |
jol-samples-0.16-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjdk.jol/jol-samples/ -->
<dependency>
<groupId>org.openjdk.jol</groupId>
<artifactId>jol-samples</artifactId>
<version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjdk.jol/jol-samples/
implementation 'org.openjdk.jol:jol-samples:0.16'
// https://jarcasting.com/artifacts/org.openjdk.jol/jol-samples/
implementation ("org.openjdk.jol:jol-samples:0.16")
'org.openjdk.jol:jol-samples:jar:0.16'
<dependency org="org.openjdk.jol" name="jol-samples" rev="0.16">
<artifact name="jol-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjdk.jol', module='jol-samples', version='0.16')
)
libraryDependencies += "org.openjdk.jol" % "jol-samples" % "0.16"
[org.openjdk.jol/jol-samples "0.16"]
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jol : jol-core | jar | 0.16 |