Skip to content
Yin Lou edited this page Nov 21, 2018 · 5 revisions

Requirements

MLTK requires

  • JDK (>=1.8)
  • Maven (>=3.3.9)

Installation

To obtain and compile MLTK, run the following command:

$ git clone https://github.com/yinlou/mltk.git
$ cd mltk
$ mvn clean package

You should see generated jar file and API docs under target directory.

You can also obtain MLTK through Maven central repository.

<dependency>
  <groupId>com.github.yinlou</groupId>
  <artifactId>mltk</artifactId>
  <version>0.1.0</version>
</dependency>