h

hprof-heap

HPROF heap dump parser
Files download
File Operation
hprof-heap-0.3.jar download
hprof-heap-0.3.pom download
hprof-heap-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gridkit.jvmtool</groupId>
  <artifactId>hprof-heap</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'org.gridkit.jvmtool:hprof-heap:0.3'
Gradle Kotlin
implementation("org.gridkit.jvmtool:hprof-heap:0.3")
Scala SBT
libraryDependencies += "org.gridkit.jvmtool" % "hprof-heap" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.gridkit.jvmtool', module='hprof-heap', version='0.3')
)
Apache Ivy
<dependency org="org.gridkit.jvmtool" name="hprof-heap" rev="0.3" />
Leiningen
[org.gridkit.jvmtool/hprof-heap "0.3"]
Apache Buildr
'org.gridkit.jvmtool:hprof-heap:jar:0.3'