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