<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-scala_2.11</artifactId>
<version>1.4.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-scala_2.11', version='1.4.0')
)
compile
|-- org.scala-lang:scala-library:2.11.8
|-- com.github.haifengl:smile-core:1.4.0
|-- com.github.haifengl:smile-interpolation:1.4.0
|-- com.github.haifengl:smile-nlp:1.4.0
|-- com.github.haifengl:smile-plot:1.4.0
|-- com.thoughtworks.xstream:xstream:1.4.8
test
|-- org.slf4j:slf4j-simple:1.7.21
|-- junit:junit:4.12