GroupId | GroupIdorg.gridkit.jvmtool |
---|---|
ArtifactId | ArtifactIdygc-bench |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
ygc-bench-0.1.2.pom | |
ygc-bench-0.1.2.jar | 12 KB |
ygc-bench-0.1.2-sources.jar | 4 KB |
ygc-bench-0.1.2-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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/ygc-bench/
implementation 'org.gridkit.jvmtool:ygc-bench:0.1.2'
// https://jarcasting.com/artifacts/org.gridkit.jvmtool/ygc-bench/
implementation ("org.gridkit.jvmtool:ygc-bench:0.1.2")
'org.gridkit.jvmtool:ygc-bench:jar:0.1.2'
<dependency org="org.gridkit.jvmtool" name="ygc-bench" rev="0.1.2">
<artifact name="ygc-bench" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.jvmtool', module='ygc-bench', version='0.1.2')
)
libraryDependencies += "org.gridkit.jvmtool" % "ygc-bench" % "0.1.2"
[org.gridkit.jvmtool/ygc-bench "0.1.2"]