k2hash_java is an official java driver for k2hash.
- K2HASH - K2Hash by Yahoo! JAPAN
Add the following dependency to your pom.xml.
<dependency>
<groupId>ax.antpick</groupId>
<artifactId>k2hash</artifactId>
</dependency>
Clone this repository and go into the directory, then run the following command.
$ mvn clean exec:exec package
You can try a new JDK by changing the JAVA_HOME environment and run mvn clean exec:exec package
.
$ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.el7_9.x86_64
$ mvn clean exec:exec package
Run the following command to find outdated dependency libraries.
$ mvn versions:display-plugin-updates
$ mvn versions:display-dependency-updates
Then, you should replace the outdated versions with the newer ones in the pom.xml.
MIT License. See the LICENSE file.
AntPickax is
- an open source team in Yahoo Japan Corporation.
- a product family of open source software developed by AntPickax.
Copyright(C) 2023 Yahoo Japan Corporation.