<?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>org.mvnpm</groupId>
  <artifactId>text-decoder</artifactId>
  <version>1.2.3</version>
  <name>text-decoder</name>
  <description>Streaming text decoder that preserves multibyte Unicode characters</description>
  <url>https://github.com/holepunchto/text-decoder#readme</url>
  <organization>
    <name>Holepunch</name>
    <url>https://github.com/holepunchto/text-decoder#readme</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>mafintosh</name>
      <email>mathiasbuus@gmail.com</email>
    </developer>
    <developer>
      <name>kasperisager</name>
      <email>kasperisager@hey.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/holepunchto/text-decoder.git</connection>
    <developerConnection>https://github.com/holepunchto/text-decoder.git</developerConnection>
    <url>https://github.com/holepunchto/text-decoder</url>
  </scm>
  <issueManagement>
    <url>https://github.com/holepunchto/text-decoder/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-b4a.version>[1.6.4,2)</org.mvnpm-b4a.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>b4a</artifactId>
      <version>${org.mvnpm-b4a.version}</version>
    </dependency>
  </dependencies>
</project>
