tornadofx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cedarsoft.commons</groupId> <artifactId>tornadofx</artifactId> <version>8.9.2</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"> <!-- 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>com.cedarsoft.commons</groupId> <artifactId>tornadofx</artifactId> <version>8.9.2</version> <name>tornadofx</name> <description>Path: :open:commons:tornadofx</description> <url>http://cedarsoft.com</url> <licenses> <license> <name>GPLv3 with Classpath Exception</name> <url>https://www.cedarsoft.org/gpl3ce</url> </license> </licenses> <developers> <developer> <id>jschneider</id> <name>Johannes Schneider</name> <email>js@cedarsoft.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:jschneider/com.cedarsoft.monorepo.git</connection> <developerConnection>scm:git:git@github.com:jschneider/com.cedarsoft.monorepo.git</developerConnection> <url>https://github.com/jschneider/com.cedarsoft.monorepo</url> </scm> <dependencies> <dependency> <groupId>com.cedarsoft.dependencies-sets</groupId> <artifactId>kotlin</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cedarsoft</groupId> <artifactId>annotations</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cedarsoft.commons</groupId> <artifactId>javafxkt</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>28.0-jre</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.miglayout</groupId> <artifactId>miglayout-javafx</artifactId> <version>5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>no.tornado</groupId> <artifactId>tornadofx</artifactId> <version>1.7.19</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cedarsoft.commons</groupId> <artifactId>time</artifactId> <version>8.9.2</version> <scope>compile</scope> </dependency> </dependencies> </project>