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