Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.lasersonlab.apache.parquet |
ArtifactId | ArtifactIdparquet-format-structures |
Last Version | Last Version1.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Parquet Format Structures
Parquet-mr related java classes to use the parquet-format thrift structures.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.lasersonlab.apache.parquet/parquet-format-structures/ -->
<dependency>
<groupId>org.lasersonlab.apache.parquet</groupId>
<artifactId>parquet-format-structures</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lasersonlab.apache.parquet/parquet-format-structures/
implementation 'org.lasersonlab.apache.parquet:parquet-format-structures:1.12.0'
// https://jarcasting.com/artifacts/org.lasersonlab.apache.parquet/parquet-format-structures/
implementation ("org.lasersonlab.apache.parquet:parquet-format-structures:1.12.0")
'org.lasersonlab.apache.parquet:parquet-format-structures:jar:1.12.0'
<dependency org="org.lasersonlab.apache.parquet" name="parquet-format-structures" rev="1.12.0">
<artifact name="parquet-format-structures" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lasersonlab.apache.parquet', module='parquet-format-structures', version='1.12.0')
)
libraryDependencies += "org.lasersonlab.apache.parquet" % "parquet-format-structures" % "1.12.0"
[org.lasersonlab.apache.parquet/parquet-format-structures "1.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.22 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.thrift : libthrift | jar | 0.11.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.4 |
commons-httpclient : commons-httpclient | jar | 3.1 |