Home | History | Annotate | Download | only in 23.3.0
      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   <modelVersion>4.0.0</modelVersion>
      5   <groupId>com.android.support</groupId>
      6   <artifactId>support-annotations</artifactId>
      7   <version>23.3.0</version>
      8   <name>Android Support Library Annotations</name>
      9   <description>The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.</description>
     10   <url>http://developer.android.com/tools/extras/support-library.html</url>
     11   <inceptionYear>2013</inceptionYear>
     12   <licenses>
     13     <license>
     14       <name>The Apache Software License, Version 2.0</name>
     15       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     16       <distribution>repo</distribution>
     17     </license>
     18   </licenses>
     19   <developers>
     20     <developer>
     21       <name>The Android Open Source Project</name>
     22     </developer>
     23   </developers>
     24   <scm>
     25     <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
     26     <url>http://source.android.com</url>
     27   </scm>
     28 </project>
     29