<dependency> <groupId>tech.tablesaw</groupId> <artifactId>tablesaw-parent</artifactId> <version>0.23.3</version> <type>pom</type> </dependency>
implementation 'tech.tablesaw:tablesaw-parent:0.23.3'
implementation("tech.tablesaw:tablesaw-parent:0.23.3")
libraryDependencies += "tech.tablesaw" % "tablesaw-parent" % "0.23.3"
@Grapes( @Grab(group='tech.tablesaw', module='tablesaw-parent', version='0.23.3') )
<dependency org="tech.tablesaw" name="tablesaw-parent" rev="0.23.3" />
[tech.tablesaw/tablesaw-parent "0.23.3"]
'tech.tablesaw:tablesaw-parent:jar:0.23.3'