<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-scala_2.13</artifactId>
<version>3.0.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-scala_2.13', version='3.0.1')
)
compile
|-- org.scala-lang:scala-library:2.13.10
|-- com.github.haifengl:smile-core:3.0.1
|-- com.github.haifengl:smile-nlp:3.0.1
|-- com.github.haifengl:smile-plot:3.0.1
|-- com.github.haifengl:smile-json_2.13:3.0.1
|-- com.typesafe.scala-logging:scala-logging_2.13:3.9.5
|-- org.scala-lang.modules:scala-xml_2.13:2.1.0
test