Skip to content

yahoojapan/k2hash_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k2hash_java

Actions Status GitHub license

Overview

k2hash_java is an official java driver for k2hash.

  • K2HASH - K2Hash by Yahoo! JAPAN

Install

Add the following dependency to your pom.xml.

        <dependency>
          <groupId>ax.antpick</groupId>
          <artifactId>k2hash</artifactId>
        </dependency>

Development

Clone this repository and go into the directory, then run the following command.

$ mvn clean exec:exec package

JDK

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

Update outdated dependency libraries

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.

Documents

Packages

License

MIT License. See the LICENSE file.

AntPickax

AntPickax is