MVN

tech.tablesaw : tablesaw-smile

Maven & Gradle

Mar 12, 2019
6 usages
2.8k stars
<dependency>
    <groupId>tech.tablesaw</groupId>
    <artifactId>tablesaw-smile</artifactId>
    <version>0.32.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.32.1

All Versions

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

Version Vulnerabilities Updated
0.32.x
tablesaw-smile-0.32.1
tablesaw-smile-0.32.0
0.12.x
tablesaw-smile-0.12.0
0.11.x
tablesaw-smile-0.11.9
tablesaw-smile-0.11.8
tablesaw-smile-0.11.7
tablesaw-smile-0.11.6
tablesaw-smile-0.11.5
tablesaw-smile-0.11.4
tablesaw-smile-0.11.3
tablesaw-smile-0.11.2
tablesaw-smile-0.11.1
tablesaw-smile-0.11.0
0.10.x
tablesaw-smile-0.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.tablesaw</groupId>
    <artifactId>tablesaw-smile</artifactId>
    <version>0.32.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.tablesaw:tablesaw-smile:0.32.1'

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

implementation("tech.tablesaw:tablesaw-smile:0.32.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.tablesaw" % "tablesaw-smile" % "0.32.1"

Advertisement