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>io.reactivex</groupId> 6 <artifactId>rxandroid</artifactId> 7 <version>1.1.0</version> 8 <packaging>aar</packaging> 9 <name>RxAndroid</name> 10 <description>RxAndroid</description> 11 <url>https://github.com/ReactiveX/RxAndroid</url> 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 <id>JakeWharton</id> 22 <name>Jake Wharton</name> 23 </developer> 24 <developer> 25 <id>mttkay</id> 26 <name>Matthias Kppler</name> 27 </developer> 28 <developer> 29 <id>dlew</id> 30 <name>Dan Lew</name> 31 </developer> 32 </developers> 33 <scm> 34 <connection>scm:git:https://github.com/ReactiveX/RxAndroid.git</connection> 35 <developerConnection>scm:git:git (a] github.com:ReactiveX/RxAndroid.git</developerConnection> 36 <url>https://github.com/ReactiveX/RxAndroid</url> 37 </scm> 38 <dependencies> 39 <dependency> 40 <groupId>io.reactivex</groupId> 41 <artifactId>rxjava</artifactId> 42 <version>1.1.0</version> 43 <scope>compile</scope> 44 </dependency> 45 </dependencies> 46 </project> 47