1<?xml version="1.0" encoding="UTF-8"?> 2<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" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4 <modelVersion>4.0.0</modelVersion> 5 <groupId>com.android.tools</groupId> 6 <artifactId>annotations</artifactId> 7 <version>31.9.0-alpha03</version> 8 <name>com.android.tools.annotations</name> 9 <url>http://tools.android.com/</url> 10 <licenses> 11 <license> 12 <name>The Apache Software License, Version 2.0</name> 13 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 14 <distribution>repo</distribution> 15 </license> 16 </licenses> 17 <developers> 18 <developer> 19 <name>The Android Open Source Project</name> 20 </developer> 21 </developers> 22</project> 23