Files download
File Operation
d2v-timer-jfx-0.10.5.jar download
d2v-timer-jfx-0.10.5.pom download
d2v-timer-jfx-0.10.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.data2viz.d2v</groupId>
  <artifactId>d2v-timer-jfx</artifactId>
  <version>0.10.5</version>
</dependency>
Gradle Groovy
implementation 'io.data2viz.d2v:d2v-timer-jfx:0.10.5'
Gradle Kotlin
implementation("io.data2viz.d2v:d2v-timer-jfx:0.10.5")
Scala SBT
libraryDependencies += "io.data2viz.d2v" % "d2v-timer-jfx" % "0.10.5"
Groovy Grape
@Grapes(
  @Grab(group='io.data2viz.d2v', module='d2v-timer-jfx', version='0.10.5')
)
Apache Ivy
<dependency org="io.data2viz.d2v" name="d2v-timer-jfx" rev="0.10.5" />
Leiningen
[io.data2viz.d2v/d2v-timer-jfx "0.10.5"]
Apache Buildr
'io.data2viz.d2v:d2v-timer-jfx:jar:0.10.5'