<dependency> <groupId>com.github.lwhite1</groupId> <artifactId>tablesaw</artifactId> <version>0.7.6.4</version> </dependency>
implementation 'com.github.lwhite1:tablesaw:0.7.6.4'
implementation("com.github.lwhite1:tablesaw:0.7.6.4")
libraryDependencies += "com.github.lwhite1" % "tablesaw" % "0.7.6.4"
@Grapes( @Grab(group='com.github.lwhite1', module='tablesaw', version='0.7.6.4') )
<dependency org="com.github.lwhite1" name="tablesaw" rev="0.7.6.4" />
[com.github.lwhite1/tablesaw "0.7.6.4"]
'com.github.lwhite1:tablesaw:jar:0.7.6.4'
test
|-- com.github.jbellis:jamm:0.3.1
|-- io.codearte.jfairy:jfairy:0.5.2
|-- junit:junit:4.12