<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-scala_2.12</artifactId>
<version>2.5.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-scala_2.12', version='2.5.0')
)
compile
|-- org.scala-lang:scala-library:2.12.11
|-- com.github.haifengl:smile-core:2.5.0
|-- com.github.haifengl:smile-io:2.5.0
|-- com.github.haifengl:smile-interpolation:2.5.0
|-- com.github.haifengl:smile-nlp:2.5.0
|-- com.github.haifengl:smile-plot:2.5.0
|-- com.github.haifengl:smile-json_2.12:2.5.0
|-- org.scala-lang.modules:scala-xml_2.12:1.3.0
|-- com.thoughtworks.xstream:xstream:1.4.12
|-- com.typesafe.scala-logging:scala-logging_2.12:3.9.2
test
|-- org.slf4j:slf4j-simple:1.7.30
|-- junit:junit:4.13