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