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