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