<?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>d3-time-format</artifactId>
  <version>4.1.0</version>
  <name>d3-time-format</name>
  <description>A JavaScript time formatter and parser inspired by strftime and strptime.</description>
  <url>https://d3js.org/d3-time-format/</url>
  <organization>
    <name>Mike Bostock</name>
    <url>https://d3js.org/d3-time-format/</url>
  </organization>
  <licenses>
    <license>
      <name>ISC</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>mbostock</name>
      <email>mike@ocks.org</email>
    </developer>
    <developer>
      <name>recifs</name>
      <email>fil@rezo.net</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/d3/d3-time-format.git</connection>
    <developerConnection>https://github.com/d3/d3-time-format.git</developerConnection>
    <url>https://github.com/d3/d3-time-format</url>
  </scm>
  <issueManagement>
    <url>https://github.com/d3/d3-time-format/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>d3-time</artifactId>
      <version>[1,3]</version>
    </dependency>
  </dependencies>
</project>
