| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.parquet | 
| ArtifactId | ArtifactIdparquet-tools | 
| Last Version | Last Version1.11.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Parquet Tools Parquet is a columnar storage format that supports nested data. This provides the java implementation. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| parquet-tools-1.11.2.pom | |
| parquet-tools-1.11.2.jar | 28 MB | 
| parquet-tools-1.11.2-tests.jar | 14 KB | 
| parquet-tools-1.11.2-sources.jar | 49 KB | 
| parquet-tools-1.11.2-javadoc.jar | 205 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.parquet/parquet-tools/ -->
<dependency>
    <groupId>org.apache.parquet</groupId>
    <artifactId>parquet-tools</artifactId>
    <version>1.11.2</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.parquet/parquet-tools/
implementation 'org.apache.parquet:parquet-tools:1.11.2'// https://jarcasting.com/artifacts/org.apache.parquet/parquet-tools/
implementation ("org.apache.parquet:parquet-tools:1.11.2")'org.apache.parquet:parquet-tools:jar:1.11.2'<dependency org="org.apache.parquet" name="parquet-tools" rev="1.11.2">
  <artifact name="parquet-tools" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.parquet', module='parquet-tools', version='1.11.2')
)libraryDependencies += "org.apache.parquet" % "parquet-tools" % "1.11.2"[org.apache.parquet/parquet-tools "1.11.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.hadoop : hadoop-client | jar | 2.7.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.easymock : easymock | jar | 3.4 | 
| commons-httpclient : commons-httpclient | jar | 3.1 |