s

smile-graph

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