<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>at.logic.gapt</groupId>
    <artifactId>gapt-examples_2.13</artifactId>
    <packaging>jar</packaging>
    <description>gapt-examples</description>
    <url>https://logic.at/gapt/</url>
    <version>2.16.0</version>
    <licenses>
        <license>
            <name>GPL-3.0</name>
            <url>http://www.gnu.org/licenses/gpl-3.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>gapt-examples</name>
    <inceptionYear>2008</inceptionYear>
    <organization>
        <name>at.logic.gapt</name>
        <url>https://logic.at/gapt/</url>
    </organization>
    <scm>
        <url>https://github.com/gapt/gapt</url>
        <connection>scm:git:https://github.com/gapt/gapt.git</connection>
        <developerConnection>scm:git:git@github.com:gapt/gapt.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>jvierling</id>
            <name>Jannik Vierling</name>
            <url>https://jvierling.github.io/</url>
            <email>jannik.vierling@gmail.com</email>
        </developer>
        <developer>
            <id>shetzl</id>
            <name>Stefan Hetzl</name>
            <url>http://dmg.tuwien.ac.at/hetzl/</url>
            <email>stefan.hetzl@tuwien.ac.at</email>
        </developer>
        <developer>
            <id>gebner</id>
            <name>Gabriel Ebner</name>
            <url>https://gebner.org/</url>
            <email>gebner@gebner.org</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>at.logic.gapt</groupId>
            <artifactId>gapt_2.13</artifactId>
            <version>2.16.0</version>
        </dependency>
    </dependencies>
</project>