<?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>org.facsim</groupId>
    <artifactId>facsimile-simulation_2.13</artifactId>
    <packaging>jar</packaging>
    <description>The Facsimile Simulation library is a purely functional, discrete-event simulation engine. It is the beating heart at the center of all Facsimile simulation models.</description>
    <url>http://facsim.org/</url>
    <version>0.2.1</version>
    <licenses>
        <license>
            <name>GNU Lesser General Public License version 3 (LGPLv3)</name>
            <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>Facsimile Simulation Library</name>
    <inceptionYear>2004</inceptionYear>
    <organization>
        <name>Michael J Allen</name>
        <url>http://facsim.org/</url>
    </organization>
    <scm>
        <url>https://github.com/Facsimile/facsimile</url>
        <connection>scm:git:https://github.com/Facsimile/facsimile.git</connection>
        <developerConnection>scm:git:https://github.com/Facsimile/facsimile.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>mja</id>
            <name>Michael J Allen</name>
            <url>http://facsim.org</url>
            <email>mike.allen@facsim.org</email>
        </developer>
    </developers>
    <prerequisites>
        <maven>3.0</maven>
    </prerequisites>
    <issueManagement>
        <system>GitHub Issues</system>
        <url>https://github.com/Facsimile/facsimile/issues</url>
    </issueManagement>
    <properties>
        <info.apiURL>http://facsim.org//Documentation/API/0.2.1</info.apiURL>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.2</version>
        </dependency>
        <dependency>
            <groupId>org.facsim</groupId>
            <artifactId>facsimile-collection_2.13</artifactId>
            <version>0.2.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.1.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>scalatestplus-scalacheck_2.13</artifactId>
            <version>3.1.0.0-RC2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.storm-enroute</groupId>
            <artifactId>scalameter_2.13</artifactId>
            <version>0.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.scopt</groupId>
            <artifactId>scopt_2.13</artifactId>
            <version>4.0.0-RC2</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.13</artifactId>
            <version>2.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>squants_2.13</artifactId>
            <version>1.6.0</version>
        </dependency>
    </dependencies>
</project>