<dependency> <groupId>org.gridkit.jvmtool</groupId> <artifactId>hprof-heap</artifactId> <version>0.4.0</version> </dependency>
implementation 'org.gridkit.jvmtool:hprof-heap:0.4.0'
implementation("org.gridkit.jvmtool:hprof-heap:0.4.0")
libraryDependencies += "org.gridkit.jvmtool" % "hprof-heap" % "0.4.0"
@Grapes( @Grab(group='org.gridkit.jvmtool', module='hprof-heap', version='0.4.0') )
<dependency org="org.gridkit.jvmtool" name="hprof-heap" rev="0.4.0" />
[org.gridkit.jvmtool/hprof-heap "0.4.0"]
'org.gridkit.jvmtool:hprof-heap:jar:0.4.0'
<parent> <groupId>org.gridkit.jvmtool</groupId> <artifactId>jvmtool-umbrella-pom</artifactId> <version>0.4.0</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