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