EdDuarte / similarity-search-java

Easy-to-use Java similarity algorithms for text and numeric-series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy to Maven Central Repository

EdDuarte opened this issue · comments

Allow developers to import this library with Maven

<dependency>
    <groupId>com.edduarte</groupId>
    <artifactId>near-neighbor-search</artifactId>
    <version>0.0.1</version>
</dependency>

or Gradle

dependencies {
    compile 'com.edduarte:near-neighbor-search:0.0.1'
}