<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-scala_2.11</artifactId>
<version>2.6.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-scala_2.11', version='2.6.0')
)
compile
|-- org.scala-lang:scala-library:2.11.12
|-- com.github.haifengl:smile-core:2.6.0
|-- com.github.haifengl:smile-io:2.6.0
|-- com.github.haifengl:smile-interpolation:2.6.0
|-- com.github.haifengl:smile-nlp:2.6.0
|-- com.github.haifengl:smile-plot:2.6.0
|-- com.github.haifengl:smile-json_2.11:2.6.0
|-- org.scala-lang.modules:scala-xml_2.11:1.3.0
|-- com.thoughtworks.xstream:xstream:1.4.14
|-- com.typesafe.scala-logging:scala-logging_2.11:3.9.2
|-- org.scala-lang.modules:scala-java8-compat_2.11:0.9.0
test
|-- org.slf4j:slf4j-simple:1.7.30