<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-spark_2.13</artifactId>
<version>3.1.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-spark_2.13', version='3.1.0')
)
compile
|-- org.scala-lang:scala-library:2.13.13
|-- com.github.haifengl:smile-core:3.1.0
|-- com.typesafe.scala-logging:scala-logging_2.13:3.9.5
provided
|-- org.apache.spark:spark-core_2.13:3.4.1
|-- org.apache.spark:spark-sql_2.13:3.4.1
|-- org.apache.spark:spark-mllib_2.13:3.4.1
test