<?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.infinilabs</groupId>
  <artifactId>easysearch-client</artifactId>
  <version>1.0.1</version>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>INFINI License 1.0</name>
      <url>https://www.infinilabs.com</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>INFINI Labs</name>
      <url>https://www.infinilabs.com</url>
    </developer>
  </developers>
  <url>https://github.com/infinilabs/easysearch-client</url>
  <scm>
    <url>git@github.com:infinilabs/easysearch-client.git</url>
  </scm>
  <dependencies/>
  <name>easysearch-client</name>
  <description>easysearch java client</description>
</project>
