MVN

de.lmu.ifi.dbs.elki : elki-3dpc

Maven & Gradle

Feb 16, 2019
770 stars

ELKI - 3D Parallel Coordinate Trees Visualization · ELKI - 3D Parallel Coordinate Trees Visualization – Open-Source Data-Mining Framework with Index Acceleration

<dependency>
    <groupId>de.lmu.ifi.dbs.elki</groupId>
    <artifactId>elki-3dpc</artifactId>
    <version>0.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.lmu.ifi.dbs.elki : elki-3dpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.5

All Versions

Choose a version of de.lmu.ifi.dbs.elki : elki-3dpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
elki-3dpc-0.7.5

How to add a dependency to Maven

Add the following de.lmu.ifi.dbs.elki : elki-3dpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.lmu.ifi.dbs.elki</groupId>
    <artifactId>elki-3dpc</artifactId>
    <version>0.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.lmu.ifi.dbs.elki : elki-3dpc gradle dependency to your build.gradle file:

implementation 'de.lmu.ifi.dbs.elki:elki-3dpc:0.7.5'

Gradle Kotlin DSL: Add the following de.lmu.ifi.dbs.elki : elki-3dpc gradle kotlin dependency to your build.gradle.kts file:

implementation("de.lmu.ifi.dbs.elki:elki-3dpc:0.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.lmu.ifi.dbs.elki : elki-3dpc sbt scala dependency to your build.sbt file:

libraryDependencies += "de.lmu.ifi.dbs.elki" % "elki-3dpc" % "0.7.5"

Advertisement