GroupId | GroupIdcom.gojek.parquet |
---|---|
ArtifactId | ArtifactIdparquet-benchmarks |
Version | Version1.11.6 |
Type | Typejar |
Filename | Size |
---|---|
parquet-benchmarks-1.11.6.pom | |
parquet-benchmarks-1.11.6.jar | 391 KB |
parquet-benchmarks-1.11.6-tests.jar | 2 KB |
parquet-benchmarks-1.11.6-sources.jar | 19 KB |
parquet-benchmarks-1.11.6-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-benchmarks/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-benchmarks</artifactId>
<version>1.11.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-benchmarks/
implementation 'com.gojek.parquet:parquet-benchmarks:1.11.6'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-benchmarks/
implementation ("com.gojek.parquet:parquet-benchmarks:1.11.6")
'com.gojek.parquet:parquet-benchmarks:jar:1.11.6'
<dependency org="com.gojek.parquet" name="parquet-benchmarks" rev="1.11.6">
<artifact name="parquet-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-benchmarks', version='1.11.6')
)
libraryDependencies += "com.gojek.parquet" % "parquet-benchmarks" % "1.11.6"
[com.gojek.parquet/parquet-benchmarks "1.11.6"]