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