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