Download apriori4j-0.3.jar file - Jar a

Jar examples for a:apriori4j

Description

Apriori Algorithm Implementation in Java

You can download jar file apriori4j 0.3 in this page.

License

MIT License

Build File

You can use the following script to add apriori4j-0.3.jar to your project.

<dependency>
   <groupId>com.github.seratch</groupId>
   <artifactId>apriori4j</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'com.github.seratch', name: 'apriori4j', version: '0.3'
libraryDependencies += "com.github.seratch" % "apriori4j" % "0.3"
<dependency org="com.github.seratch" name="apriori4j" rev="0.3"/>
@Grapes(@Grab(group='com.github.seratch', module='apriori4j', version='0.3'))
'com.github.seratch:apriori4j:jar:0.3'

Download

Click the following link to download the jar file.

apriori4j-0.3-javadoc.jar
apriori4j-0.3-sources.jar
apriori4j-0.3.jar
apriori4j-0.3.pom



Related Tutorials