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