1 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http\ 2 ://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>com.android.tools.external.com-intellij</groupId> 5 <artifactId>uast</artifactId> 6 <version>145.597.3</version> 7 <packaging>jar</packaging> 8 <name>uast</name> 9 <url>http://www.jetbrains.com/idea</url> 10 <description>A subset of IntelliJ IDEA's AST APIs and implementation, 11 focusing on the read-only aspects, intended for use by Android Lint 12 when running outside of the IDE (typically from Gradle.) 13 </description> 14 <licenses> 15 <license> 16 <name>Apache License, Version 2.0</name> 17 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 18 </license> 19 </licenses> 20 </project>