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