Home | History | Annotate | Download | only in 2.1.3
      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.koushikdutta.async</groupId>
      6   <artifactId>androidasync</artifactId>
      7   <version>2.1.3</version>
      8   <name>AndroidAsync</name>
      9   <description>Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads.</description>
     10   <url>https://github.com/koush/AndroidAsync</url>
     11   <licenses>
     12     <license>
     13       <name>The Apache Software License, Version 2.0</name>
     14       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     15       <distribution>repo</distribution>
     16     </license>
     17   </licenses>
     18   <developers>
     19     <developer>
     20       <id>koush</id>
     21       <name>koush</name>
     22     </developer>
     23   </developers>
     24   <scm>
     25     <connection>git://github.com/koush/AndroidAsync.git</connection>
     26     <developerConnection>git (a] github.com:koush/AndroidAsync.git</developerConnection>
     27     <url>git://github.com/koush/AndroidAsync.git</url>
     28   </scm>
     29 </project>
     30