| Group ID: |
dev.hardwood |
| Artifact ID: |
hardwood-cli |
| Version: |
1.0.0.Beta1 |
| Last modified: |
02.04.2026 11:40 |
| Packaging: |
pom.sha512 |
| Name: |
Hardwood CLI |
| Description: |
CLI Parquet reader implementation |
| URL: |
https://hardwood.dev/ |
|
|
| Size: |
74.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/dev/hardwood/hardwood-cli/1.0.0.Beta1/hardwood-cli-1.0.0.Beta1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-License-Identifier: Apache-2.0
Copyright The original authors
Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.hardwood</groupId>
<artifactId>hardwood-cli</artifactId>
<version>1.0.0.Beta1</version>
<name>Hardwood CLI</name>
<description>CLI Parquet reader implementation</description>
<url>https://hardwood.dev/</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Gunnar Morling</name>
</developer>
<developer>
<name>Rion Williams</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/hardwood-hq/hardwood.git</connection>
<developerConnection>scm:git:git@github.com:hardwood-hq/hardwood.git</developerConnection>
<tag>v1.0.0.Beta1</tag>
<url>https://github.com/hardwood-hq/hardwood/</url>
</scm>
<dependencies>
<dependency>
<groupId>dev.hardwood</groupId>
<artifactId>hardwood-core</artifactId>
<version>1.0.0.Beta1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.hardwood</groupId>
<artifactId>hardwood-s3</artifactId>
<version>1.0.0.Beta1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.hardwood</groupId>
<artifactId>hardwood-aws-auth</artifactId>
<version>1.0.0.Beta1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.freva</groupId>
<artifactId>ascii-table</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.7-6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.20.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-picocli</artifactId>
<version>3.27.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc</artifactId>
<version>3.27.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.130.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.27.2</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>dev.hardwood</groupId>
<artifactId>hardwood-cli</artifactId>
<version>1.0.0.Beta1</version>
</dependency>
|
| Gradle: |
dev.hardwood:hardwood-cli:1.0.0.Beta1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
ascii-table-1.8.0.jar
in com/github/freva/ascii-table/1.8.0
-
[JAR]
brotli4j-1.20.0.jar
in com/aayushatharva/brotli4j/brotli4j/1.20.0
-
[JAR]
hardwood-aws-auth-1.0.0.Beta1.jar
in dev/hardwood/hardwood-aws-auth/1.0.0.Beta1
-
[JAR]
hardwood-core-1.0.0.Beta1.jar
in dev/hardwood/hardwood-core/1.0.0.Beta1
-
[JAR]
hardwood-s3-1.0.0.Beta1.jar
in dev/hardwood/hardwood-s3/1.0.0.Beta1
-
[JAR]
lz4-java-1.8.1.jar
in at/yawk/lz4/lz4-java/1.8.1
-
[JAR]
netty-buffer-4.1.130.Final.jar
in io/netty/netty-buffer/4.1.130.Final
-
[JAR]
quarkus-arc-3.27.2.jar
in io/quarkus/quarkus-arc/3.27.2
-
[JAR]
quarkus-picocli-3.27.2.jar
in io/quarkus/quarkus-picocli/3.27.2
-
[JAR]
snappy-java-1.1.10.8.jar
in org/xerial/snappy/snappy-java/1.1.10.8
-
[JAR]
zstd-jni-1.5.7-6.jar
in com/github/luben/zstd-jni/1.5.7-6
|
| Dependency Graph: |
Show
Less
More
|