<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jfxcore</groupId>
  <artifactId>fxml-gradle-plugin</artifactId>
  <version>0.8.2</version>
  <name>fxml-gradle-plugin</name>
  <description>Supports creating FXML-based user interfaces with JavaFX</description>
  <url>https://github.com/jfxcore/fxml-gradle-plugin</url>
  <licenses>
    <license>
      <name>BSD-3-Clause</name>
      <url>https://opensource.org/licenses/BSD-3-Clause</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jfxcore</id>
      <name>JFXcore</name>
      <organization>JFXcore</organization>
      <organizationUrl>https://github.com/jfxcore</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/jfxcore/fxml-gradle-plugin.git</connection>
    <developerConnection>scm:git:https://github.com/jfxcore/fxml-gradle-plugin.git</developerConnection>
    <url>https://github.com/jfxcore/fxml-gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jfxcore</groupId>
      <artifactId>fxml-compiler</artifactId>
      <version>0.8.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
