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