<dependency> <groupId>io.data2viz.d2v</groupId> <artifactId>d2v-timer-jfx</artifactId> <version>0.10.6</version> </dependency>
implementation 'io.data2viz.d2v:d2v-timer-jfx:0.10.6'
implementation("io.data2viz.d2v:d2v-timer-jfx:0.10.6")
libraryDependencies += "io.data2viz.d2v" % "d2v-timer-jfx" % "0.10.6"
@Grapes( @Grab(group='io.data2viz.d2v', module='d2v-timer-jfx', version='0.10.6') )
<dependency org="io.data2viz.d2v" name="d2v-timer-jfx" rev="0.10.6" />
[io.data2viz.d2v/d2v-timer-jfx "0.10.6"]
'io.data2viz.d2v:d2v-timer-jfx:jar:0.10.6'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.10
runtime
|-- org.openjfx:javafx-base:11.0.2
|-- org.openjfx:javafx-controls:11.0.2
|-- org.openjfx:javafx-graphics:11.0.2