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