is not current version
Last Version 1.11.2

org.apache.parquet:parquet-hive 1.10.0


GroupId

GroupId

org.apache.parquet
ArtifactId

ArtifactId

parquet-hive
Version

Version

1.10.0
Type

Type

pom

Download parquet-hive 1.10.0

Filename Size
parquet-hive-1.10.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive/ -->
<dependency>
    <groupId>org.apache.parquet</groupId>
    <artifactId>parquet-hive</artifactId>
    <version>1.10.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive/
implementation 'org.apache.parquet:parquet-hive:1.10.0'
// https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive/
implementation ("org.apache.parquet:parquet-hive:1.10.0")
'org.apache.parquet:parquet-hive:pom:1.10.0'
<dependency org="org.apache.parquet" name="parquet-hive" rev="1.10.0">
  <artifact name="parquet-hive" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.parquet', module='parquet-hive', version='1.10.0')
)
libraryDependencies += "org.apache.parquet" % "parquet-hive" % "1.10.0"
[org.apache.parquet/parquet-hive "1.10.0"]