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