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