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