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