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