volley
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sledsoft.android</groupId> <artifactId>volley</artifactId> <version>0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.sledsoft.android</groupId> <artifactId>volley</artifactId> <version>0.1</version> <packaging>aar.asc</packaging> <name>Volley</name> <description>Fast networking library for Android</description> <url>http://www.sledsoft.com/open-source/android-libraries/volley/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>snuxoll</id> <name>Stefan Nuxoll</name> <email>snuxoll@sledsoft.com</email> </developer> </developers> <scm> <connection>scm:https://bitbucket.org/seldsoft/volley</connection> <developerConnection>scm:https://bitbucket.org/seldsoft/volley</developerConnection> <url>scm:https://bitbucket.org/sledsoft/volley</url> </scm> </project>