<dependency> <groupId>org.gridkit.jvmtool</groupId> <artifactId>sjk-hflame</artifactId> <version>0.11</version> </dependency>
implementation 'org.gridkit.jvmtool:sjk-hflame:0.11'
implementation("org.gridkit.jvmtool:sjk-hflame:0.11")
libraryDependencies += "org.gridkit.jvmtool" % "sjk-hflame" % "0.11"
@Grapes( @Grab(group='org.gridkit.jvmtool', module='sjk-hflame', version='0.11') )
<dependency org="org.gridkit.jvmtool" name="sjk-hflame" rev="0.11" />
[org.gridkit.jvmtool/sjk-hflame "0.11"]
'org.gridkit.jvmtool:sjk-hflame:jar:0.11'
<parent> <groupId>org.gridkit.jvmtool</groupId> <artifactId>jvmtool-umbrella-pom</artifactId> <version>0.11</version> </parent>
compile
|-- org.gridkit.jvmtool:sjk-stacktrace
test
|-- junit:junit
|-- org.assertj:assertj-core
|-- com.carrotsearch:junit-benchmarks