<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.hildan.fxgson</groupId>
  <artifactId>fx-gson</artifactId>
  <version>3.1.0</version>
  <dependencies>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>15.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>fx-gson</name>
  <description>A set of type adapters for Google Gson to make JavaFX properties serialization more natural.</description>
  <url>https://github.com/joffrey-bion/fx-gson</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/joffrey-bion/fx-gson</url>
    <connection>scm:git:https://github.com/joffrey-bion/fx-gson.git</connection>
    <developerConnection>scm:git:git@github.com:joffrey-bion/fx-gson.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <name>Joffrey Bion</name>
      <email>joffrey.bion@gmail.com</email>
    </developer>
  </developers>
</project>
