<dependency> <groupId>io.data2viz.d2v</groupId> <artifactId>d2v-shape-jvm</artifactId> <version>10.0.3</version> </dependency>
implementation 'io.data2viz.d2v:d2v-shape-jvm:10.0.3'
implementation("io.data2viz.d2v:d2v-shape-jvm:10.0.3")
libraryDependencies += "io.data2viz.d2v" % "d2v-shape-jvm" % "10.0.3"
@Grapes( @Grab(group='io.data2viz.d2v', module='d2v-shape-jvm', version='10.0.3') )
<dependency org="io.data2viz.d2v" name="d2v-shape-jvm" rev="10.0.3" />
[io.data2viz.d2v/d2v-shape-jvm "10.0.3"]
'io.data2viz.d2v:d2v-shape-jvm:jar:10.0.3'