MVN

com.github.michael-rapp : apriori

Maven & Gradle

Apr 13, 2019
29 stars

Apriori · A Java implementation of the Apriori algorithm for finding frequent item sets and (optionally) generating association rules.

<dependency>
    <groupId>com.github.michael-rapp</groupId>
    <artifactId>apriori</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.michael-rapp : apriori to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.github.michael-rapp : apriori to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
apriori-2.0.1
apriori-2.0.0
1.3.x
apriori-1.3.0
1.2.x
apriori-1.2.0
1.1.x
apriori-1.1.1
apriori-1.1.0
1.0.x
apriori-1.0.1
apriori-1.0.0

How to add a dependency to Maven

Add the following com.github.michael-rapp : apriori maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.michael-rapp</groupId>
    <artifactId>apriori</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.michael-rapp : apriori gradle dependency to your build.gradle file:

implementation 'com.github.michael-rapp:apriori:2.0.1'

Gradle Kotlin DSL: Add the following com.github.michael-rapp : apriori gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.michael-rapp:apriori:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.michael-rapp : apriori sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.michael-rapp" % "apriori" % "2.0.1"

Advertisement

Dependencies from Group

Dec 28, 2019
9 usages
10 stars
Dec 28, 2019
5 usages
1 stars
Feb 24, 2019
2 usages
11 stars
Feb 24, 2019
2 usages
29 stars
Feb 02, 2020
1 usages
164 stars

Discover Dependencies

Jun 15, 2017
2 stars
Feb 23, 2023
2 usages
Apr 22, 2021
2 usages
2k stars
Jul 24, 2019
1 usages
7.7k stars
Nov 29, 2018
1 usages
33 stars
Jul 18, 2023
2 usages
1.5k stars
Jan 30, 2023
201 stars