GroupId | GroupIdio.trane |
---|---|
ArtifactId | ArtifactIdarrows-benchmark_2.12 |
Version | Version0.1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.trane/arrows-benchmark_2.12/ -->
<dependency>
<groupId>io.trane</groupId>
<artifactId>arrows-benchmark_2.12</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.trane/arrows-benchmark_2.12/
implementation 'io.trane:arrows-benchmark_2.12:0.1.8'
// https://jarcasting.com/artifacts/io.trane/arrows-benchmark_2.12/
implementation ("io.trane:arrows-benchmark_2.12:0.1.8")
'io.trane:arrows-benchmark_2.12:jar:0.1.8'
<dependency org="io.trane" name="arrows-benchmark_2.12" rev="0.1.8">
<artifact name="arrows-benchmark_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.trane', module='arrows-benchmark_2.12', version='0.1.8')
)
libraryDependencies += "io.trane" % "arrows-benchmark_2.12" % "0.1.8"
[io.trane/arrows-benchmark_2.12 "0.1.8"]