Closed sbelak closed 6 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.
Now you can get it from maven central:
<dependency> <groupId>com.github.yinlou</groupId> <artifactId>mltk</artifactId> <version>0.1.0</version> </dependency>
I'm using MLTK from Clojure and deployment/installation of code dependent on it would be much nicer if it were in Maven Central.