-
Notifications
You must be signed in to change notification settings - Fork 74
Installation
Yin Lou edited this page Nov 21, 2018
·
5 revisions
MLTK requires
- JDK (>=1.8)
- Maven (>=3.3.9)
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>