<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.swimos</groupId>
  <artifactId>swim-util</artifactId>
  <version>4.0.0</version>
  <name>swim-util</name>
  <description>Extended collection, iterator, and builder interfaces, lightweight cache sets and maps, and other foundational utilities</description>
  <url>https://github.com/swimos/swim/tree/main/swim-java/swim-runtime-java/swim-core-java/swim.util</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>c9r</id>
      <name>Chris Sachs</name>
      <email>chris@swimos.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/swimos/swim.git</connection>
    <developerConnection>scm:git:git@github.com:swimos/swim.git</developerConnection>
    <url>https://github.com/swimos/swim</url>
  </scm>
</project>
