MVN

org.du-lab.jsparsehc : jsparsehc

Maven & Gradle

Dec 01, 2020
1 stars

Java implementation of SparseHC: a memory-efficient online hierarchical clustering algorithm.

<dependency>
    <groupId>org.du-lab.jsparsehc</groupId>
    <artifactId>jsparsehc</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.du-lab.jsparsehc : jsparsehc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.du-lab.jsparsehc : jsparsehc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
jsparsehc-0.3.2
jsparsehc-0.3.1
jsparsehc-0.3.0
0.2.x
jsparsehc-0.2.0
0.1.x
jsparsehc-0.1.3
jsparsehc-0.1.2
jsparsehc-0.1.1
jsparsehc-0.1.0
0.0.x
jsparsehc-0.0.3
jsparsehc-0.0.2

How to add a dependency to Maven

Add the following org.du-lab.jsparsehc : jsparsehc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.du-lab.jsparsehc</groupId>
    <artifactId>jsparsehc</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.du-lab.jsparsehc : jsparsehc gradle dependency to your build.gradle file:

implementation 'org.du-lab.jsparsehc:jsparsehc:0.3.2'

Gradle Kotlin DSL: Add the following org.du-lab.jsparsehc : jsparsehc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.du-lab.jsparsehc:jsparsehc:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.du-lab.jsparsehc : jsparsehc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.du-lab.jsparsehc" % "jsparsehc" % "0.3.2"