s

smile-data

Statisticcal Machine Intelligence and Learning Engine -- Data
http://github.com/haifengl/smile
Apache License, Version 2.0
Haifeng Li
Files download
File Operation
smile-data-1.0.0.jar download
smile-data-1.0.0.pom download
smile-data-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.haifengl</groupId>
  <artifactId>smile-data</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.haifengl:smile-data:1.0.0'
Gradle Kotlin
implementation("com.github.haifengl:smile-data:1.0.0")
Scala SBT
libraryDependencies += "com.github.haifengl" % "smile-data" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.haifengl', module='smile-data', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.haifengl" name="smile-data" rev="1.0.0" />
Leiningen
[com.github.haifengl/smile-data "1.0.0"]
Apache Buildr
'com.github.haifengl:smile-data:jar:1.0.0'