MVN

com.hydraql : hydraql

Maven & Gradle

Mar 24, 2024
16 stars

hydraql · HydraQL is a SQL queryer designed based on HBase's client API, designed to simplify the use of HBase's client API. Its name "Hydra" references the Hydra, which symbolizes flexibility, versatility when dealing with HBase data. HydraQL aims to provide an intuitive and easy to use way to query and manipulate HBase databases. By using SQL syntax, users can access and manipulate data in HBase through simple query statements without in-depth understanding and writing of complex HBase API calls.

<dependency>
    <groupId>com.hydraql</groupId>
    <artifactId>hydraql</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hydraql : hydraql to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.hydraql : hydraql to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
hydraql-1.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.hydraql</groupId>
    <artifactId>hydraql</artifactId>
    <version>1.0.1</version>
</dependency>