<?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>it.xaan</groupId>
    <artifactId>random-cache</artifactId>
    <packaging>jar</packaging>
    <description>cache</description>
    <url>https://github.com/xaanit/RandomUtilities</url>
    <version>1.0.2</version>
    <licenses>
        <license>
            <name>GPLv3</name>
            <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>cache</name>
    <inceptionYear>2020</inceptionYear>
    <organization>
        <name>it.xaan</name>
        <url>https://github.com/xaanit/RandomUtilities</url>
    </organization>
    <scm>
        <url>https://github.com/xaanit/RandomUtilities</url>
        <connection>scm:git:github.com/xaanit/RandomUtilities</connection>
        <developerConnection>scm:git:github.com/xaanit/RandomUtilities</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>xaanit</id>
            <name>Jacob Frazier</name>
            <url>https://www.xaan.it</url>
            <email>shadowjacob1@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.10</version>
        </dependency>
        <dependency>
            <groupId>it.xaan</groupId>
            <artifactId>random-core</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.13</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.code.findbugs</groupId>
            <artifactId>jsr305</artifactId>
            <version>3.0.2</version>
        </dependency>
    </dependencies>
</project>