<?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>de.sciss</groupId>
    <artifactId>neuralgas-sphere_2.13</artifactId>
    <packaging>jar</packaging>
    <description>GNG-U implementation in Scala for spherical coordinates</description>
    <url>https://github.com/Sciss/NeuralGas</url>
    <version>2.4.0</version>
    <licenses>
        <license>
            <name>LGPL v2.1+</name>
            <url>https://www.gnu.org/licenses/lgpl-2.1.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>NeuralGas-sphere</name>
    <organization>
        <name>de.sciss</name>
        <url>https://github.com/Sciss/NeuralGas</url>
    </organization>
    <scm>
        <url>https://github.com/Sciss/NeuralGas</url>
        <connection>scm:git:https://github.com/Sciss/NeuralGas.git</connection>
        <developerConnection>scm:git:git@github.com:Sciss/NeuralGas.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>gittar</id>
            <name>Bernd Fritzke</name>
            <email>fritzke@web.de</email>
            <url>https://github.com/gittar</url>
        </developer>
        <developer>
            <id>sciss</id>
            <name>Hanns Holger Rutz</name>
            <email>contact@sciss.de</email>
            <url>https://github.com/Sciss</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.0</version>
        </dependency>
        <dependency>
            <groupId>org.jzy3d</groupId>
            <artifactId>jzy3d-api</artifactId>
            <version>1.0.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>swingplus_2.13</artifactId>
            <version>0.4.2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>jzv3dreleases</id>
            <name>jzv3d releases</name>
            <url>http://maven.jzy3d.org/releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>