<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-scala_2.12</artifactId>
<version>1.5.3</version>
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-scala_2.12', version='1.5.3')
)
compile
|-- org.scala-lang:scala-library:2.12.8
|-- com.github.haifengl:smile-core:1.5.3
|-- com.github.haifengl:smile-interpolation:1.5.3
|-- com.github.haifengl:smile-nlp:1.5.3
|-- com.github.haifengl:smile-plot:1.5.3
|-- com.thoughtworks.xstream:xstream:1.4.11.1
|-- com.typesafe.scala-logging:scala-logging_2.12:3.9.2
test
|-- org.slf4j:slf4j-simple:1.7.26
|-- junit:junit:4.12