MVN

tech.tablesaw : tablesaw-plot

Maven & Gradle

Aug 04, 2018
4 usages
2.8k stars
<dependency>
    <groupId>tech.tablesaw</groupId>
    <artifactId>tablesaw-plot</artifactId>
    <version>0.24.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.tablesaw : tablesaw-plot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24.4

All Versions

Choose a version of tech.tablesaw : tablesaw-plot to add to Maven or Gradle - All Versions:

  • Version Updated
  • tablesaw-plot-0.24.4

    Aug 04, 2018
  • tablesaw-plot-0.24.3

    Jul 28, 2018
  • tablesaw-plot-0.24.2

    Jul 28, 2018
  • tablesaw-plot-0.24.1

    Jul 24, 2018
  • tablesaw-plot-0.23.3

    Jul 15, 2018
  • tablesaw-plot-0.23.2

    Jul 15, 2018
  • tablesaw-plot-0.23.1

    Jul 15, 2018
  • tablesaw-plot-0.23.0

    Jul 14, 2018
  • tablesaw-plot-0.22.0

    Jul 12, 2018
  • tablesaw-plot-0.21.0

    Jul 02, 2018
  • tablesaw-plot-0.12.0

    Mar 08, 2018
  • tablesaw-plot-0.11.9

    Feb 18, 2018
  • tablesaw-plot-0.11.8

    Feb 15, 2018
  • tablesaw-plot-0.11.7

    Feb 15, 2018
  • tablesaw-plot-0.11.6

    Feb 13, 2018
  • tablesaw-plot-0.11.5

    Feb 11, 2018
  • tablesaw-plot-0.11.4

    Dec 27, 2017
  • tablesaw-plot-0.11.3

    Dec 25, 2017
  • tablesaw-plot-0.11.2

    Dec 01, 2017
  • tablesaw-plot-0.11.1

    Nov 30, 2017
  • tablesaw-plot-0.11.0

    Nov 18, 2017
  • tablesaw-plot-0.10.0

    Sep 08, 2017
  • tablesaw-plot-0.9.5

    Aug 31, 2017
  • tablesaw-plot-0.9.4

    Aug 31, 2017
  • tablesaw-plot-0.9.3

    Aug 28, 2017
  • tablesaw-plot-0.9.2

    Aug 28, 2017
  • tablesaw-plot-0.9.1

    Aug 27, 2017
  • tablesaw-plot-0.9.0

    Aug 23, 2017
  • tablesaw-plot-0.8.0

    Aug 16, 2017

How to add a dependency to Maven

Add the following tech.tablesaw : tablesaw-plot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.tablesaw</groupId>
    <artifactId>tablesaw-plot</artifactId>
    <version>0.24.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.tablesaw : tablesaw-plot gradle dependency to your build.gradle file:

implementation 'tech.tablesaw:tablesaw-plot:0.24.4'

Gradle Kotlin DSL: Add the following tech.tablesaw : tablesaw-plot gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.tablesaw:tablesaw-plot:0.24.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.tablesaw : tablesaw-plot sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.tablesaw" % "tablesaw-plot" % "0.24.4"