completable-reactor-graph-viewer-app
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ru.fix</groupId> <artifactId>completable-reactor-graph-viewer-app</artifactId> <version>1.5.9</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>ru.fix</groupId> <artifactId>completable-reactor-graph-viewer-app</artifactId> <version>1.5.9</version> <name>ru.fix:completable-reactor-graph-viewer-app</name> <description>https://github.com/ru-fix/completable-reactor</description> <url>https://github.com/ru-fix/completable-reactor</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/ru-fix/completable-reactor/blob/master/License.md</url> </license> </licenses> <developers> <developer> <id>JFix Team</id> <name>JFix Team</name> <url>https://github.com/ru-fix/</url> </developer> </developers> <scm> <connection>https://github.com/ru-fix/completable-reactor.git</connection> <developerConnection>https://github.com/ru-fix/completable-reactor.git</developerConnection> <url>https://github.com/ru-fix/completable-reactor</url> </scm> <dependencies> <dependency> <groupId>ru.fix</groupId> <artifactId>completable-reactor-graph-viewer</artifactId> <version>1.5.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>ru.fix</groupId> <artifactId>completable-reactor-parser</artifactId> <version>1.5.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.microutils</groupId> <artifactId>kotlin-logging</artifactId> <version>1.5.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.72</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.3.72</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.3.72</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> <version>11</version> <classifier>linux</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> <version>11</version> <classifier>linux</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> <version>11</version> <classifier>linux</classifier> <scope>runtime</scope> </dependency> </dependencies> </project>