<?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>rxjs</artifactId>
  <version>7.8.2</version>
  <name>rxjs</name>
  <description>Reactive Extensions for modern JavaScript</description>
  <url>https://rxjs.dev</url>
  <organization>
    <name>Ben Lesh</name>
    <url>https://rxjs.dev</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>cartant</name>
      <email>nicholas@cartant.com</email>
    </developer>
    <developer>
      <name>blesh</name>
      <email>ben@benlesh.com</email>
    </developer>
    <developer>
      <name>kwonoj</name>
      <email>kwon.ohjoong@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/reactivex/rxjs.git</connection>
    <developerConnection>https://github.com/reactivex/rxjs.git</developerConnection>
    <url>https://github.com/reactivex/rxjs</url>
  </scm>
  <issueManagement>
    <url>https://github.com/ReactiveX/RxJS/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-tslib.version>[2.1.0,3)</org.mvnpm-tslib.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tslib</artifactId>
      <version>${org.mvnpm-tslib.version}</version>
    </dependency>
  </dependencies>
</project>
