maps
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gluonhq</groupId> <artifactId>maps</artifactId> <version>2.0.0-ea+6</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>com.gluonhq</groupId> <artifactId>maps</artifactId> <version>2.0.0-ea+6</version> <name>Gluon Maps</name> <description>Gluon Maps</description> <url>https://gluonhq.com/labs/maps</url> <licenses> <license> <name>GNU General Public License (GPL)</name> <url>http://www.gnu.org/licenses/gpl.txt</url> </license> </licenses> <developers> <developer> <name>Johan Vos</name> <email>johan.vos@gluonhq.com</email> <organization>Gluon</organization> <organizationUrl>http://gluonhq.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/gluonhq/maps</connection> <developerConnection>scm:git:https://github.com/gluonhq/maps</developerConnection> <url>https://github.com/gluonhq/maps</url> </scm> <dependencies> <dependency> <groupId>com.gluonhq.attach</groupId> <artifactId>storage</artifactId> <version>4.0.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.gluonhq.attach</groupId> <artifactId>util</artifactId> <version>4.0.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> <version>16</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> <version>16</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> <version>16</version> <scope>runtime</scope> </dependency> </dependencies> </project>