t

tablesaw-excel

Files download
File Operation
tablesaw-excel-0.32.2.jar download
tablesaw-excel-0.32.2.pom download
tablesaw-excel-0.32.2-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.tablesaw</groupId>
  <artifactId>tablesaw-excel</artifactId>
  <version>0.32.2</version>
</dependency>
Gradle Groovy
implementation 'tech.tablesaw:tablesaw-excel:0.32.2'
Gradle Kotlin
implementation("tech.tablesaw:tablesaw-excel:0.32.2")
Scala SBT
libraryDependencies += "tech.tablesaw" % "tablesaw-excel" % "0.32.2"
Groovy Grape
@Grapes(
  @Grab(group='tech.tablesaw', module='tablesaw-excel', version='0.32.2')
)
Apache Ivy
<dependency org="tech.tablesaw" name="tablesaw-excel" rev="0.32.2" />
Leiningen
[tech.tablesaw/tablesaw-excel "0.32.2"]
Apache Buildr
'tech.tablesaw:tablesaw-excel:jar:0.32.2'