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