GroupId | GroupIdcom.gojek.parquet |
---|---|
ArtifactId | ArtifactIdparquet-hive-0.10-binding |
Version | Version1.11.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-0.10-binding/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-hive-0.10-binding</artifactId>
<version>1.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-0.10-binding/
implementation 'com.gojek.parquet:parquet-hive-0.10-binding:1.11.3'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-0.10-binding/
implementation ("com.gojek.parquet:parquet-hive-0.10-binding:1.11.3")
'com.gojek.parquet:parquet-hive-0.10-binding:jar:1.11.3'
<dependency org="com.gojek.parquet" name="parquet-hive-0.10-binding" rev="1.11.3">
<artifact name="parquet-hive-0.10-binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-hive-0.10-binding', version='1.11.3')
)
libraryDependencies += "com.gojek.parquet" % "parquet-hive-0.10-binding" % "1.11.3"
[com.gojek.parquet/parquet-hive-0.10-binding "1.11.3"]