<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.bkenn</groupId>
  <artifactId>kfoenix</artifactId>
  <version>0.1.3</version>
  <name>KFoenix</name>
  <description>A TornadoFX dsl for JFoenix</description>
  <url>https://github.com/bkenn/KFoenix</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bkenn</id>
      <name>Brian Kennedy</name>
      <email>briankennedy392@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/bkenn/KFoenix.git</connection>
    <developerConnection>scm:git:ssh://github.com/bkenn/KFoenix.git</developerConnection>
    <url>https://github.com/bkenn/KFoenix</url>
  </scm>
  <distributionManagement />
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.2.70</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.jfoenix</groupId>
      <artifactId>jfoenix</artifactId>
      <version>8.0.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>no.tornado</groupId>
      <artifactId>tornadofx</artifactId>
      <version>1.7.16</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
