d2v-timer-jfx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.data2viz</groupId>
<artifactId>d2v-timer-jfx</artifactId>
<version>0.8.0-RC5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.data2viz</groupId>
<artifactId>d2v-timer-jfx</artifactId>
<version>0.8.0-RC5</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.3.50</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.50</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.data2viz</groupId>
<artifactId>d2v-timer-common</artifactId>
<version>0.8.0-RC5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-javafx</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>d2v-timer-jfx</name>
<description>jfx lib of d2v-timer-jfx</description>
<url>https://github.com/data2viz/data2viz</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Data2viz</id>
<name>Data2viz team</name>
<organization>Data2viz</organization>
<organizationUrl>https://data2viz.io</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/data2viz/data2viz</url>
</scm>
</project>