MVN

com.xzixi.algorithm : simhash-common

Maven & Gradle

Oct 25, 2019
2 usages

提供通用分词器和Hash生成器接口,可以通过实现这两个接口来定制生成SimHash

<dependency>
    <groupId>com.xzixi.algorithm</groupId>
    <artifactId>simhash-common</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xzixi.algorithm : simhash-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.xzixi.algorithm : simhash-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
simhash-common-1.1.0
1.0.x
simhash-common-1.0.1
simhash-common-1.0.0

How to add a dependency to Maven

Add the following com.xzixi.algorithm : simhash-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xzixi.algorithm</groupId>
    <artifactId>simhash-common</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xzixi.algorithm : simhash-common gradle dependency to your build.gradle file:

implementation 'com.xzixi.algorithm:simhash-common:1.1.0'

Gradle Kotlin DSL: Add the following com.xzixi.algorithm : simhash-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xzixi.algorithm:simhash-common:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xzixi.algorithm : simhash-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xzixi.algorithm" % "simhash-common" % "1.1.0"

Advertisement

Dependencies from Group

Discover Dependencies

Oct 28, 2019
2 usages
0 stars
May 02, 2020
4 usages
Aug 19, 2020
3 usages
3 stars
Nov 03, 2020
6 usages
1 stars
Jul 15, 2014
6 usages
192 stars
Dec 18, 2008
3 usages
Jun 04, 2022
5 usages
2 stars
Oct 25, 2016
3 usages
266 stars