MVN

fr.liglab.jlcm : jLCM

Maven & Gradle

Mar 02, 2016

jLCM · A multi-threaded implementation of the LCM (Linear Closed itemsets Miner) algorithm proposed by T.Uno and H.Arimura

<dependency>
    <groupId>fr.liglab.jlcm</groupId>
    <artifactId>jLCM</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.liglab.jlcm : jLCM to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of fr.liglab.jlcm : jLCM to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
jLCM-1.7.0
1.6.x
jLCM-1.6.2
jLCM-1.6.1
1.6
jLCM-1.6
1.5
jLCM-1.5
1.4
jLCM-1.4
1.3
jLCM-1.3
1.2
jLCM-1.2
1.1
jLCM-1.1
1.0
jLCM-1.0

How to add a dependency to Maven

Add the following fr.liglab.jlcm : jLCM maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.liglab.jlcm</groupId>
    <artifactId>jLCM</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.liglab.jlcm : jLCM gradle dependency to your build.gradle file:

implementation 'fr.liglab.jlcm:jLCM:1.7.0'

Gradle Kotlin DSL: Add the following fr.liglab.jlcm : jLCM gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.liglab.jlcm:jLCM:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.liglab.jlcm : jLCM sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.liglab.jlcm" % "jLCM" % "1.7.0"

Advertisement