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