<?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>org.redfx</groupId>
  <artifactId>strangefx</artifactId>
  <version>0.0.10</version>
  <name>Strange FX</name>
  <description>JavaFX API for Quantum Computing</description>
  <url>https://github.com/redfx-quantum/strangefx</url>
  <licenses>
    <license>
      <name>The 3-Clause BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Johan Vos</name>
      <email>johan.vos@gluonhq.com</email>
      <roles>
        <role>author</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/redfx-quantum/strangefx.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:redfx-quantum/strangefx.git</developerConnection>
    <url>https://github.com/redfx-quantum/strangefx</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.redfx</groupId>
      <artifactId>strange</artifactId>
      <version>0.0.16</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fxyz3d</groupId>
      <artifactId>fxyz3d</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
