t

tablesaw-jsplot

文件下载
文件名 操作
tablesaw-jsplot-0.30.3.jar 下载
tablesaw-jsplot-0.30.3.pom 下载
tablesaw-jsplot-0.30.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tech.tablesaw</groupId>
  <artifactId>tablesaw-jsplot</artifactId>
  <version>0.30.3</version>
</dependency>
Gradle Groovy
implementation 'tech.tablesaw:tablesaw-jsplot:0.30.3'
Gradle Kotlin
implementation("tech.tablesaw:tablesaw-jsplot:0.30.3")
Scala SBT
libraryDependencies += "tech.tablesaw" % "tablesaw-jsplot" % "0.30.3"
Groovy Grape
@Grapes(
  @Grab(group='tech.tablesaw', module='tablesaw-jsplot', version='0.30.3')
)
Apache Ivy
<dependency org="tech.tablesaw" name="tablesaw-jsplot" rev="0.30.3" />
Leiningen
[tech.tablesaw/tablesaw-jsplot "0.30.3"]
Apache Buildr
'tech.tablesaw:tablesaw-jsplot:jar:0.30.3'