Download fim-model-0.1.jar file - Jar f

Jar examples for f:fim-model

Description

This package provides the basic model for Frequent Itemset Mining.

You can download jar file fim-model 0.1 in this page.

License

GNU AFFERO GENERAL PUBLIC LICENSE, Version 3

Build File

You can use the following script to add fim-model-0.1.jar to your project.

<dependency>
   <groupId>be.uantwerpen.adrem</groupId>
   <artifactId>fim-model</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'be.uantwerpen.adrem', name: 'fim-model', version: '0.1'
libraryDependencies += "be.uantwerpen.adrem" % "fim-model" % "0.1"
<dependency org="be.uantwerpen.adrem" name="fim-model" rev="0.1"/>
@Grapes(@Grab(group='be.uantwerpen.adrem', module='fim-model', version='0.1'))
'be.uantwerpen.adrem:fim-model:jar:0.1'

Download

Click the following link to download the jar file.

fim-model-0.1-javadoc.jar
fim-model-0.1-sources.jar
fim-model-0.1.jar
fim-model-0.1.pom



Related Tutorials