License |
License |
---|---|
GroupId | GroupIdcom.intel.qat |
ArtifactId | ArtifactIdparquet-common |
Last Version | Last Version1.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Parquet Common
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parquet-common-1.10.1.pom | |
parquet-common-1.10.1.jar | 92 KB |
parquet-common-1.10.1-tests.jar | 70 KB |
parquet-common-1.10.1-sources.jar | 67 KB |
parquet-common-1.10.1-javadoc.jar | 320 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intel.qat/parquet-common/ -->
<dependency>
<groupId>com.intel.qat</groupId>
<artifactId>parquet-common</artifactId>
<version>1.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.intel.qat/parquet-common/
implementation 'com.intel.qat:parquet-common:1.10.1'
// https://jarcasting.com/artifacts/com.intel.qat/parquet-common/
implementation ("com.intel.qat:parquet-common:1.10.1")
'com.intel.qat:parquet-common:jar:1.10.1'
<dependency org="com.intel.qat" name="parquet-common" rev="1.10.1">
<artifact name="parquet-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intel.qat', module='parquet-common', version='1.10.1')
)
libraryDependencies += "com.intel.qat" % "parquet-common" % "1.10.1"
[com.intel.qat/parquet-common "1.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.parquet : parquet-format | jar | 2.4.0 |
org.slf4j : slf4j-api | jar | 1.7.22 |
Group / Artifact | Type | Version |
---|---|---|
org.semver : api | jar | 0.9.33 |
org.slf4j : slf4j-simple | jar | 1.7.22 |