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