<?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.at.js-sdsl</groupId>
  <artifactId>ordered-map</artifactId>
  <version>4.4.2</version>
  <name>js-sdsl ordered-map</name>
  <description>javascript standard data structure library which benchmark against C++ STL</description>
  <url>https://js-sdsl.org/</url>
  <organization>
    <name>ZLY201</name>
    <url>https://js-sdsl.org/</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>noname0310</name>
      <email>hjnam2014@gmail.com</email>
    </developer>
    <developer>
      <name>yaozilong</name>
      <email>951711127@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/js-sdsl/js-sdsl.git</connection>
    <developerConnection>https://github.com/js-sdsl/js-sdsl.git</developerConnection>
    <url>https://github.com/js-sdsl/js-sdsl</url>
  </scm>
  <issueManagement>
    <url>https://github.com/js-sdsl/js-sdsl/issues</url>
  </issueManagement>
</project>
