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