<?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>software.coley</groupId>
  <artifactId>cafedude-core</artifactId>
  <version>2.2.0</version>
  <name>cafedude-core</name>
  <description>Core module for CafeDude, containing class parsing and writing</description>
  <url>https://github.com/Col-E/CAFED00D/</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://spdx.org/licenses/MIT.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Matt Coley</name>
      <email>mcoley2@gmu.edu</email>
    </developer>
    <developer>
      <name>Justus Garbe</name>
      <email>gihihoh@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Col-E/CAFED00D.git/cafedude-core</connection>
    <developerConnection>scm:git:ssh://github.com:Col-E/CAFED00D.git/cafedude-core</developerConnection>
    <url>https://github.com/Col-E/CAFED00D/cafedude-core</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
