<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.muellerj2</groupId>
  <artifactId>netroles-lang-api</artifactId>
  <version>0.1</version>
  <name>netroles Lang API</name>
  <description>API specifying fundamental utility classes used by netroles</description>
  <url>https://github.com/muellerj2/netroles</url>
  <licenses>
    <license>
      <name>GPL-3.0-or-later</name>
      <url>https://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>muellerj2</id>
      <name>Julian Müller</name>
      <email>julian.mueller@gess.ethz.ch</email>
      <organization>ETH Zurich SN Lab</organization>
      <organizationUrl>https://sn.ethz.ch</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/muellerj2/netroles.git</connection>
    <developerConnection>scm:git:ssh://github.com/muellerj2/netroles.git</developerConnection>
    <url>https://github.com/muellerj2/netroles/tree/main</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/muellerj2/netroles/issues</url>
  </issueManagement>
</project>
