t

tablesaw-jsplot

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