is not current version
Last Version 2.0.1

com.github.michael-rapp:apriori 1.0.1

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

1.0.1
Type

Type

jar

Download apriori 1.0.1


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