seratch / apriori4j   0.4

MIT License GitHub

Apriori Algorithm Implementation in Java, Scala

Scala versions: 2.12 2.11 2.10

apriori4s 0.2


Group ID:
com.github.seratch
Artifact ID:
apriori4s_2.10
Version:
0.2
Release Date:
Dec 16, 2014
Licenses:
MIT

libraryDependencies += "com.github.seratch" %% "apriori4s" % "0.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.seratch::apriori4s:0.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.seratch::apriori4s:0.2"

Ammonite REPL

import $ivy.`com.github.seratch::apriori4s:0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.seratch</groupId>
  <artifactId>apriori4s_2.10</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'com.github.seratch', name: 'apriori4s_2.10', version: '0.2'