<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>JFunctional-parent</artifactId>
        <groupId>com.github.GG-A</groupId>
        <version>0.8.6</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>JFunctional</artifactId>

    <packaging>jar</packaging>
    <name>JFunctional</name>
    <description>Functional Programming in Java</description>
    <url>https://github.com/GG-A/JFunctional</url>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

</project>