1 <?xml version="1.0" encoding="UTF-8"?> 2 <project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>com.android.databinding</groupId> 5 <artifactId>compiler</artifactId> 6 <version>2.1.3</version> 7 <dependencies> 8 <dependency> 9 <groupId>com.android.databinding</groupId> 10 <artifactId>baseLibrary</artifactId> 11 <version>2.1.3</version> 12 <scope>runtime</scope> 13 </dependency> 14 <dependency> 15 <groupId>com.googlecode.juniversalchardet</groupId> 16 <artifactId>juniversalchardet</artifactId> 17 <version>1.0.3</version> 18 <scope>runtime</scope> 19 </dependency> 20 </dependencies> 21 <description>The annotation processor for Data Binding. Generates binding classes for runtime.</description> 22 <url>http://tools.android.com/</url> 23 <name>com.android.databinding.compiler</name> 24 <licenses> 25 <license> 26 <name>The Apache Software License, Version 2.0</name> 27 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 28 <distribution>repo</distribution> 29 </license> 30 </licenses> 31 <developers> 32 <developer> 33 <name>The Android Open Source Project</name> 34 </developer> 35 </developers> 36 <scm> 37 <connection>git://android.googlesource.com/platform/tools/base.git</connection> 38 <url>https://android.googlesource.com/platform/tools/base</url> 39 </scm> 40 </project> 41