<dependency> <groupId>io.data2viz</groupId> <artifactId>d2v-force-jfx</artifactId> <version>0.8.0-RC5</version> </dependency>
implementation 'io.data2viz:d2v-force-jfx:0.8.0-RC5'
implementation("io.data2viz:d2v-force-jfx:0.8.0-RC5")
libraryDependencies += "io.data2viz" % "d2v-force-jfx" % "0.8.0-RC5"
@Grapes( @Grab(group='io.data2viz', module='d2v-force-jfx', version='0.8.0-RC5') )
<dependency org="io.data2viz" name="d2v-force-jfx" rev="0.8.0-RC5" />
[io.data2viz/d2v-force-jfx "0.8.0-RC5"]
'io.data2viz:d2v-force-jfx:jar:0.8.0-RC5'
compile
|-- org.jetbrains.kotlin:kotlin-reflect:1.3.50
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.50
|-- io.data2viz:d2v-force-common:0.8.0-RC5
|-- io.data2viz:d2v-core-jvm:0.8.0-RC5
|-- io.data2viz:d2v-quadtree-jvm:0.8.0-RC5
|-- io.data2viz:d2v-timer-jfx:0.8.0-RC5