| GroupId | GroupIdio.bigio |
|---|---|
| ArtifactId | ArtifactIdbigio-benchmark |
| Version | Version1.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bigio-benchmark-1.1.2.pom | |
| bigio-benchmark-1.1.2.jar | 50 KB |
| bigio-benchmark-1.1.2-sources.jar | 29 KB |
| bigio-benchmark-1.1.2-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.bigio/bigio-benchmark/ -->
<dependency>
<groupId>io.bigio</groupId>
<artifactId>bigio-benchmark</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.bigio/bigio-benchmark/
implementation 'io.bigio:bigio-benchmark:1.1.2'
// https://jarcasting.com/artifacts/io.bigio/bigio-benchmark/
implementation ("io.bigio:bigio-benchmark:1.1.2")
'io.bigio:bigio-benchmark:jar:1.1.2'
<dependency org="io.bigio" name="bigio-benchmark" rev="1.1.2">
<artifact name="bigio-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bigio', module='bigio-benchmark', version='1.1.2')
)
libraryDependencies += "io.bigio" % "bigio-benchmark" % "1.1.2"
[io.bigio/bigio-benchmark "1.1.2"]