<dependency> <groupId>tech.tablesaw</groupId> <artifactId>tablesaw-excel</artifactId> <version>0.32.2</version> </dependency>
implementation 'tech.tablesaw:tablesaw-excel:0.32.2'
implementation("tech.tablesaw:tablesaw-excel:0.32.2")
libraryDependencies += "tech.tablesaw" % "tablesaw-excel" % "0.32.2"
@Grapes( @Grab(group='tech.tablesaw', module='tablesaw-excel', version='0.32.2') )
<dependency org="tech.tablesaw" name="tablesaw-excel" rev="0.32.2" />
[tech.tablesaw/tablesaw-excel "0.32.2"]
'tech.tablesaw:tablesaw-excel:jar:0.32.2'
<parent> <groupId>tech.tablesaw</groupId> <artifactId>tablesaw-parent</artifactId> <version>0.32.2</version> </parent>
compile
|-- org.apache.poi:poi-ooxml:4.0.1
provided
|-- tech.tablesaw:tablesaw-core:0.32.1
test
|-- org.junit.jupiter:junit-jupiter-engine