Files download
File Operation
smile-spark_2.13-3.0.3.jar download
smile-spark_2.13-3.0.3.pom download
smile-spark_2.13-3.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.haifengl</groupId>
  <artifactId>smile-spark_2.13</artifactId>
  <version>3.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.haifengl:smile-spark_2.13:3.0.3'
Gradle Kotlin
implementation("com.github.haifengl:smile-spark_2.13:3.0.3")
Scala SBT
libraryDependencies += "com.github.haifengl" % "smile-spark_2.13" % "3.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.haifengl', module='smile-spark_2.13', version='3.0.3')
)
Apache Ivy
<dependency org="com.github.haifengl" name="smile-spark_2.13" rev="3.0.3" />
Leiningen
[com.github.haifengl/smile-spark_2.13 "3.0.3"]
Apache Buildr
'com.github.haifengl:smile-spark_2.13:jar:3.0.3'