<?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>com.viliussutkus89.licenseOnly</groupId>
  <artifactId>FriBiDi</artifactId>
  <version>1.0.7</version>
  <packaging>aar</packaging>
  <name>FriBiDi</name>
  <description>The Free Implementation of the Unicode Bidirectional Algorithm</description>
  <url>https://github.com/fribidi/fribidi</url>
  <inceptionYear>2000</inceptionYear>
  <licenses>
    <license>
      <name>LGPLv2.1-or-later</name>
      <url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Behdad Esfahbod</name>
      <email>behdad@gnu.org</email>
    </developer>
    <developer>
      <name>Dov Grobgeld</name>
      <email>dov.grobgeld@gmail.com</email>
    </developer>
    <developer>
      <name>Roozbeh Pournader</name>
      <email>roozbeh@gnu.org</email>
    </developer>
    <developer>
      <name>Khaled Hosny</name>
      <email>khaledhosny@eglug.org</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/fribidi/fribidi.git</connection>
    <url>https://github.com/fribidi/fribidi</url>
  </scm>
</project>
