<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.google.ar.sceneform</groupId>
  <artifactId>assets</artifactId>
  <version>1.17.1</version>
  <packaging>aar</packaging>
  <licenses>
  <license>
    <name>Apache License, Version 2.0</name>
    <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    <distribution>repo</distribution>
    <comments>A business-friendly OSS license</comments>
  </license>
</licenses>
<dependencies>
<dependency>
    <groupId>com.google.ar.sceneform</groupId>
    <artifactId>sceneform-base</artifactId>
    <version>1.17.1</version>
    <type>aar</type>
</dependency>
    
</dependencies>
</project>