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