MVN

org.bitbucket.pshirshov.izumitk : clustering_2.11

Maven & Gradle

Dec 11, 2017

clustering · clustering

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>clustering_2.11</artifactId>
    <version>1.2.109</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.pshirshov.izumitk : clustering_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.109

All Versions

Choose a version of org.bitbucket.pshirshov.izumitk : clustering_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
clustering_2.11-1.2.109
clustering_2.11-1.2.108
clustering_2.11-1.2.107
clustering_2.11-1.2.106
clustering_2.11-1.2.105
clustering_2.11-1.2.104
clustering_2.11-1.2.101
clustering_2.11-1.2.99
clustering_2.11-1.2.98
clustering_2.11-1.2.96
clustering_2.11-1.2.93
clustering_2.11-1.2.92
clustering_2.11-1.2.91
clustering_2.11-1.2.90
clustering_2.11-1.2.89
clustering_2.11-1.2.88.1
clustering_2.11-1.2.88
clustering_2.11-1.2.86
clustering_2.11-1.2.85
clustering_2.11-1.2.84
clustering_2.11-1.2.83
clustering_2.11-1.2.82
clustering_2.11-1.2.81
clustering_2.11-1.2.78
clustering_2.11-1.2.77
clustering_2.11-1.2.76
clustering_2.11-1.2.75
clustering_2.11-1.2.74
clustering_2.11-1.2.73
clustering_2.11-1.2.72
clustering_2.11-1.2.71
clustering_2.11-1.2.70
clustering_2.11-1.2.69
clustering_2.11-1.2.68
clustering_2.11-1.2.67
clustering_2.11-1.2.66
clustering_2.11-1.2.64
clustering_2.11-1.2.63
clustering_2.11-1.2.62
clustering_2.11-1.2.60
clustering_2.11-1.2.59
clustering_2.11-1.2.58
clustering_2.11-1.2.57

How to add a dependency to Maven

Add the following org.bitbucket.pshirshov.izumitk : clustering_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>clustering_2.11</artifactId>
    <version>1.2.109</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.pshirshov.izumitk : clustering_2.11 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.pshirshov.izumitk:clustering_2.11:1.2.109'

Gradle Kotlin DSL: Add the following org.bitbucket.pshirshov.izumitk : clustering_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.pshirshov.izumitk:clustering_2.11:1.2.109")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.pshirshov.izumitk : clustering_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.pshirshov.izumitk" % "clustering_2.11" % "1.2.109"