<dependency> <groupId>org.gridkit.jvmtool</groupId> <artifactId>hprof-heap</artifactId> <version>0.4.2</version> </dependency>
implementation 'org.gridkit.jvmtool:hprof-heap:0.4.2'
implementation("org.gridkit.jvmtool:hprof-heap:0.4.2")
libraryDependencies += "org.gridkit.jvmtool" % "hprof-heap" % "0.4.2"
@Grapes( @Grab(group='org.gridkit.jvmtool', module='hprof-heap', version='0.4.2') )
<dependency org="org.gridkit.jvmtool" name="hprof-heap" rev="0.4.2" />
[org.gridkit.jvmtool/hprof-heap "0.4.2"]
'org.gridkit.jvmtool:hprof-heap:jar:0.4.2'
<parent> <groupId>org.gridkit.jvmtool</groupId> <artifactId>jvmtool-umbrella-pom</artifactId> <version>0.4.2</version> </parent>
compile
|-- org.gridkit.gzrand:gzrand:0.1
test
|-- junit:junit:4.11
|-- org.assertj:assertj-core:1.6.0
|-- org.gridkit.lab:jvm-attach-api:1.2