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