<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>it.unibo.alchemist</groupId>
  <artifactId>alchemist-web-renderer</artifactId>
  <version>43.1.4</version>
  <name>Alchemist Web Renderer</name>
  <description>Alchemist module that starts a web server and allows to visualize an environment on a web browser.</description>
  <url>https://github.com/AlchemistSimulator/Alchemist</url>
  <licenses>
    <license>
      <name>GPL 3.0 with linking exception</name>
      <url>https://github.com/AlchemistSimulator/Alchemist/blob/master/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Danilo Pianini</name>
      <email>danilo.pianini@unibo.it</email>
      <url>https://www.danilopianini.org</url>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Angelo Filaseta</name>
      <email>angelo.filaseta@studio.unibo.it</email>
    </contributor>
  </contributors>
  <scm>
    <connection>git:git@github.com:AlchemistSimulator/Alchemist.git</connection>
    <developerConnection>git:git@github.com:AlchemistSimulator/Alchemist.git</developerConnection>
    <url>https://github.com/AlchemistSimulator/Alchemist</url>
  </scm>
</project>
