| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.gridkit.jvmtool |
| ArtifactId | ArtifactIdheap-cli |
| Version | Version0.2 |
| Type | Typejar |
| Description |
Descriptionorg.gridkit.jvmtool::heap-cli
CLI for HPROF heap dump analysis
|
| Filename | Size |
|---|---|
| heap-cli-0.2.pom | |
| heap-cli-0.2.jar | 468 KB |
| heap-cli-0.2-sources.jar | 2 KB |
| heap-cli-0.2-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.jvmtool/heap-cli/ -->
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>heap-cli</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/heap-cli/
implementation 'org.gridkit.jvmtool:heap-cli:0.2'
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/heap-cli/
implementation ("org.gridkit.jvmtool:heap-cli:0.2")
'org.gridkit.jvmtool:heap-cli:jar:0.2'
<dependency org="org.gridkit.jvmtool" name="heap-cli" rev="0.2">
<artifact name="heap-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.jvmtool', module='heap-cli', version='0.2')
)
libraryDependencies += "org.gridkit.jvmtool" % "heap-cli" % "0.2"
[org.gridkit.jvmtool/heap-cli "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.6.0 |
| org.gridkit.lab : jvm-attach-api | jar | 1.4 |