<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.i2p.client</groupId>
  <artifactId>mstreaming</artifactId>
  <version>1.6.0</version>
  <name>I2P Ministreaming</name>
  <description>API, interfaces, and factory for a TCP-like set of sockets for communicating over I2P.</description>
  <url>https://geti2p.net/en/docs/api/streaming</url>
  <licenses>
    <license>
      <name>Public Domain</name>
      <url>http://en.wikipedia.org/wiki/Public_domain</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>zzz</name>
      <organization>I2P</organization>
      <organizationUrl>https://geti2p.net/</organizationUrl>
    </developer>
    <developer>
      <name>eyedeekay</name>
      <organization>I2P</organization>
      <organizationUrl>https://geti2p.net/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:i2p/i2p.i2p.git</connection>
    <developerConnection>scm:git:git@github.com:i2p/i2p.i2p.git</developerConnection>
    <url>git@github.com:i2p/i2p.i2p.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.i2p</groupId>
      <artifactId>i2p</artifactId>
      <version>1.6.0</version>
    </dependency>
  </dependencies>
</project>
