| GroupId | GroupIdio.bigio |
|---|---|
| ArtifactId | ArtifactIdbigio-benchmark |
| Version | Version1.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bigio-benchmark-1.1.3.pom | |
| bigio-benchmark-1.1.3.jar | 50 KB |
| bigio-benchmark-1.1.3-sources.jar | 29 KB |
| bigio-benchmark-1.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.bigio/bigio-benchmark/
implementation 'io.bigio:bigio-benchmark:1.1.3'
// https://jarcasting.com/artifacts/io.bigio/bigio-benchmark/
implementation ("io.bigio:bigio-benchmark:1.1.3")
'io.bigio:bigio-benchmark:jar:1.1.3'
<dependency org="io.bigio" name="bigio-benchmark" rev="1.1.3">
<artifact name="bigio-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bigio', module='bigio-benchmark', version='1.1.3')
)
libraryDependencies += "io.bigio" % "bigio-benchmark" % "1.1.3"
[io.bigio/bigio-benchmark "1.1.3"]