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