| GroupId | GroupIdio.hektor |
|---|---|
| ArtifactId | ArtifactIdhektor-micro-benchmark |
| Version | Version0.0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.hektor/hektor-micro-benchmark/ -->
<dependency>
<groupId>io.hektor</groupId>
<artifactId>hektor-micro-benchmark</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.hektor/hektor-micro-benchmark/
implementation 'io.hektor:hektor-micro-benchmark:0.0.2'
// https://jarcasting.com/artifacts/io.hektor/hektor-micro-benchmark/
implementation ("io.hektor:hektor-micro-benchmark:0.0.2")
'io.hektor:hektor-micro-benchmark:jar:0.0.2'
<dependency org="io.hektor" name="hektor-micro-benchmark" rev="0.0.2">
<artifact name="hektor-micro-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hektor', module='hektor-micro-benchmark', version='0.0.2')
)
libraryDependencies += "io.hektor" % "hektor-micro-benchmark" % "0.0.2"
[io.hektor/hektor-micro-benchmark "0.0.2"]