• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4  <groupId>com.google.oboe</groupId>
5  <artifactId>oboe</artifactId>
6  <version>VERSION</version>
7  <packaging>aar</packaging>
8  <name>oboe</name>
9  <description>The AAR for Oboe.</description>
10  <url>https://github.com/google/oboe</url>
11  <licenses>
12    <license>
13      <name>The Oboe License</name>
14      <url>https://github.com/google/oboe/blob/master/LICENSE</url>
15      <distribution>repo</distribution>
16    </license>
17  </licenses>
18  <developers>
19    <developer>
20      <name>The Android Open Source Project</name>
21    </developer>
22  </developers>
23  <scm>
24    <connection>scm:git:https://github.com/google/oboe</connection>
25    <url>https://github.com/google/oboe</url>
26  </scm>
27</project>
28