is not current version
Last Version 2.0.1

com.github.michael-rapp:apriori 2.0.0

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

GroupId

GroupId

com.github.michael-rapp
ArtifactId

ArtifactId

apriori
Version

Version

2.0.0
Type

Type

jar

Download apriori 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/apriori/ -->
<dependency>
    <groupId>com.github.michael-rapp</groupId>
    <artifactId>apriori</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/apriori/
implementation 'com.github.michael-rapp:apriori:2.0.0'
// https://jarcasting.com/artifacts/com.github.michael-rapp/apriori/
implementation ("com.github.michael-rapp:apriori:2.0.0")
'com.github.michael-rapp:apriori:jar:2.0.0'
<dependency org="com.github.michael-rapp" name="apriori" rev="2.0.0">
  <artifact name="apriori" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='apriori', version='2.0.0')
)
libraryDependencies += "com.github.michael-rapp" % "apriori" % "2.0.0"
[com.github.michael-rapp/apriori "2.0.0"]