<dependency> <groupId>org.gridkit.jvmtool</groupId> <artifactId>ygc-bench</artifactId> <version>0.3.2</version> </dependency>
implementation 'org.gridkit.jvmtool:ygc-bench:0.3.2'
implementation("org.gridkit.jvmtool:ygc-bench:0.3.2")
libraryDependencies += "org.gridkit.jvmtool" % "ygc-bench" % "0.3.2"
@Grapes( @Grab(group='org.gridkit.jvmtool', module='ygc-bench', version='0.3.2') )
<dependency org="org.gridkit.jvmtool" name="ygc-bench" rev="0.3.2" />
[org.gridkit.jvmtool/ygc-bench "0.3.2"]
'org.gridkit.jvmtool:ygc-bench:jar:0.3.2'
<parent> <groupId>org.gridkit.jvmtool</groupId> <artifactId>jvmtool-umbrella-pom</artifactId> <version>0.3.2</version> </parent>
compile
|-- org.gridkit.jvmtool:sjk-core
test
|-- junit:junit:4.10