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