<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.jonanorman.android</groupId>
  <artifactId>glrenderclient</artifactId>
  <version>0.1.0</version>
  <packaging>aar</packaging>
  <name>glrenderclient</name>
  <description>A lightweight rendering library designed for Android that uses Only Java to make people forget the technical details of Opengl</description>
  <url>https://github.com/JonaNorman/GLRenderClient</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT </url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kingofzqj</id>
      <name>kingofzqj</name>
      <email>kingofzqj@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/JonaNorman/GLRenderClient</connection>
    <developerConnection>scm:git:https://github.com/JonaNorman/GLRenderClient</developerConnection>
    <url>https://github.com/JonaNorman/GLRenderClient</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.2.0</version>
      <scope>implementation</scope>
    </dependency>
    <dependency>
      <groupId>de.javagl</groupId>
      <artifactId>obj</artifactId>
      <version>0.3.0</version>
      <scope>implementation</scope>
    </dependency>
  </dependencies>
</project>
