t

tablesaw-jsplot

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