<?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>com.github.darrenjw</groupId>
    <artifactId>scala-glm_2.12</artifactId>
    <packaging>jar</packaging>
    <description>scala-glm</description>
    <url>https://github.com/darrenjw/scala-glm/blob/master/README.md</url>
    <version>0.3</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>https://opensource.org/licenses/Apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scala-glm</name>
    <organization>
        <name>com.github.darrenjw</name>
        <url>https://github.com/darrenjw/scala-glm/blob/master/README.md</url>
    </organization>
    <scm>
        <url>https://github.com/darrenjw/scala-glm</url>
        <connection>scm:git@github.com:darrenjw/scala-glm.git</connection>
    </scm>
    <developers>
        <developer>
            <id>darrenjw</id>
            <name>Darren J Wilkinson</name>
            <email>darrenjwilkinson@btinternet.com</email>
            <url>https://github.com/darrenjw</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalanlp</groupId>
            <artifactId>breeze_2.12</artifactId>
            <version>0.13</version>
        </dependency>
        <dependency>
            <groupId>org.scalanlp</groupId>
            <artifactId>breeze-viz_2.12</artifactId>
            <version>0.13</version>
        </dependency>
        <dependency>
            <groupId>org.scalanlp</groupId>
            <artifactId>breeze-natives_2.12</artifactId>
            <version>0.13</version>
        </dependency>
        <dependency>
            <groupId>org.ddahl</groupId>
            <artifactId>rscala_2.12</artifactId>
            <version>2.0.1</version>
        </dependency>
    </dependencies>
</project>