h

hprof-heap

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