GroupId | GroupIdorg.gridkit.jvmtool |
---|---|
ArtifactId | ArtifactIdygc-bench |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
ygc-bench-0.4.0.pom | |
ygc-bench-0.4.0.jar | 12 KB |
ygc-bench-0.4.0-sources.jar | 4 KB |
ygc-bench-0.4.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.jvmtool/ygc-bench/ -->
<dependency>
<groupId>org.gridkit.jvmtool</groupId>
<artifactId>ygc-bench</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/ygc-bench/
implementation 'org.gridkit.jvmtool:ygc-bench:0.4.0'
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/ygc-bench/
implementation ("org.gridkit.jvmtool:ygc-bench:0.4.0")
'org.gridkit.jvmtool:ygc-bench:jar:0.4.0'
<dependency org="org.gridkit.jvmtool" name="ygc-bench" rev="0.4.0">
<artifact name="ygc-bench" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.jvmtool', module='ygc-bench', version='0.4.0')
)
libraryDependencies += "org.gridkit.jvmtool" % "ygc-bench" % "0.4.0"
[org.gridkit.jvmtool/ygc-bench "0.4.0"]