yinlou / mltk

Machine Learning Tool Kit
BSD 3-Clause "New" or "Revised" License
136 stars 74 forks source link

Add MLTK to Maven Central #18

Closed sbelak closed 6 years ago

sbelak commented 7 years ago

I'm using MLTK from Clojure and deployment/installation of code dependent on it would be much nicer if it were in Maven Central.

yinlou commented 6 years ago

Now you can get it from maven central:

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