<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.fullcontact.client</groupId>
  <artifactId>java11</artifactId>
  <version>1.0.0</version>
  <name>Client libraries for FullContact v3 APIs</name>
  <description>Client libraries for FullContact v3 APIs</description>
  <url>https://github.com/fullcontact/fullcontact-java-client</url>
  <organization>
    <name>FullContact</name>
    <url>https://www.fullcontact.com/</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>FullContact</name>
      <organization>FullContact</organization>
      <organizationUrl>https://www.fullcontact.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/fullcontact/fullcontact-java-client.git</connection>
    <url>https://github.com/fullcontact/fullcontact-java-client</url>
  </scm>
  <dependencies/>
</project>
