<dependency> <groupId>io.data2viz.d2v</groupId> <artifactId>d2v-timer-jfx</artifactId> <version>0.10.5</version> </dependency>
implementation 'io.data2viz.d2v:d2v-timer-jfx:0.10.5'
implementation("io.data2viz.d2v:d2v-timer-jfx:0.10.5")
libraryDependencies += "io.data2viz.d2v" % "d2v-timer-jfx" % "0.10.5"
@Grapes( @Grab(group='io.data2viz.d2v', module='d2v-timer-jfx', version='0.10.5') )
<dependency org="io.data2viz.d2v" name="d2v-timer-jfx" rev="0.10.5" />
[io.data2viz.d2v/d2v-timer-jfx "0.10.5"]
'io.data2viz.d2v:d2v-timer-jfx:jar:0.10.5'
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