Files download
File Operation
tablesaw-parent-0.32.0.pom download
Apache Maven
<dependency>
  <groupId>tech.tablesaw</groupId>
  <artifactId>tablesaw-parent</artifactId>
  <version>0.32.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tech.tablesaw:tablesaw-parent:0.32.0'
Gradle Kotlin
implementation("tech.tablesaw:tablesaw-parent:0.32.0")
Scala SBT
libraryDependencies += "tech.tablesaw" % "tablesaw-parent" % "0.32.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.tablesaw', module='tablesaw-parent', version='0.32.0')
)
Apache Ivy
<dependency org="tech.tablesaw" name="tablesaw-parent" rev="0.32.0" />
Leiningen
[tech.tablesaw/tablesaw-parent "0.32.0"]
Apache Buildr
'tech.tablesaw:tablesaw-parent:jar:0.32.0'
Dependencies
The project has no third-party dependencies