MVN

tech.tablesaw : tablesaw-aggregate

Maven & Gradle

Apr 03, 2022
2 usages
2.7k stars
<dependency>
    <groupId>tech.tablesaw</groupId>
    <artifactId>tablesaw-aggregate</artifactId>
    <version>0.43.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.43.1

All Versions

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

Version Vulnerabilities Updated
0.43.x
tablesaw-aggregate-0.43.1
tablesaw-aggregate-0.43.0
0.42.x
tablesaw-aggregate-0.42.0
0.41.x
tablesaw-aggregate-0.41.0
0.40.x
tablesaw-aggregate-0.40.0
0.38.x
tablesaw-aggregate-0.38.5
tablesaw-aggregate-0.38.4
tablesaw-aggregate-0.38.3
tablesaw-aggregate-0.38.2
tablesaw-aggregate-0.38.1
tablesaw-aggregate-0.38.0
0.37.x
tablesaw-aggregate-0.37.3
tablesaw-aggregate-0.37.2
tablesaw-aggregate-0.37.1
tablesaw-aggregate-0.37.0
0.36.x
tablesaw-aggregate-0.36.0
0.35.x
tablesaw-aggregate-0.35.0
0.34.x
tablesaw-aggregate-0.34.2
tablesaw-aggregate-0.34.1
tablesaw-aggregate-0.34.0
0.33.x
tablesaw-aggregate-0.33.5
tablesaw-aggregate-0.33.4
tablesaw-aggregate-0.33.3
tablesaw-aggregate-0.33.2
tablesaw-aggregate-0.33.1
tablesaw-aggregate-0.33.0
0.32.x
tablesaw-aggregate-0.32.7
tablesaw-aggregate-0.32.6
tablesaw-aggregate-0.32.5
tablesaw-aggregate-0.32.4
tablesaw-aggregate-0.32.3
tablesaw-aggregate-0.32.2
tablesaw-aggregate-0.32.1
tablesaw-aggregate-0.32.0
0.31.x
tablesaw-aggregate-0.31.0
0.30.x
tablesaw-aggregate-0.30.4
tablesaw-aggregate-0.30.3
tablesaw-aggregate-0.30.2
tablesaw-aggregate-0.30.1
tablesaw-aggregate-0.30.0
0.25.x
tablesaw-aggregate-0.25.2
tablesaw-aggregate-0.25.1
tablesaw-aggregate-0.25.0
0.24.x
tablesaw-aggregate-0.24.10
tablesaw-aggregate-0.24.9
tablesaw-aggregate-0.24.8
tablesaw-aggregate-0.24.7
tablesaw-aggregate-0.24.6
tablesaw-aggregate-0.24.5
tablesaw-aggregate-0.24.4
tablesaw-aggregate-0.24.3
tablesaw-aggregate-0.24.2
tablesaw-aggregate-0.24.1
0.23.x
tablesaw-aggregate-0.23.3
tablesaw-aggregate-0.23.2
tablesaw-aggregate-0.23.1
tablesaw-aggregate-0.23.0
0.22.x
tablesaw-aggregate-0.22.0
0.21.x
tablesaw-aggregate-0.21.0
0.12.x
tablesaw-aggregate-0.12.0
0.11.x
tablesaw-aggregate-0.11.9
tablesaw-aggregate-0.11.8
tablesaw-aggregate-0.11.7
tablesaw-aggregate-0.11.6
tablesaw-aggregate-0.11.5
tablesaw-aggregate-0.11.4
tablesaw-aggregate-0.11.3
tablesaw-aggregate-0.11.2
tablesaw-aggregate-0.11.1
tablesaw-aggregate-0.11.0
0.10.x
tablesaw-aggregate-0.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.tablesaw</groupId>
    <artifactId>tablesaw-aggregate</artifactId>
    <version>0.43.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.tablesaw:tablesaw-aggregate:0.43.1'

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

implementation("tech.tablesaw:tablesaw-aggregate:0.43.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.tablesaw" % "tablesaw-aggregate" % "0.43.1"

Advertisement