pcs-api-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.netheos</groupId> <artifactId>pcs-api-android</artifactId> <version>1.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>net.netheos</groupId> <artifactId>pcs-api-android</artifactId> <version>1.0.1</version> <packaging>aar</packaging> <name>pcs-api-android</name> <description>A lightweight library that abstract providers and gives a uniform API to several personal cloud storages providers</description> <url>https://github.com/netheosgithub/pcs_api</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>netheosgithub</id> <name>Netheos</name> </developer> </developers> <scm> <connection>scm:git:git@github.com:netheosgithub/pcs_api.git</connection> <developerConnection>scm:git:git@github.com:netheosgithub/pcs_api.git</developerConnection> <url>https://github.com/netheosgithub/pcs_api.git</url> </scm> <dependencies> <dependency> <groupId>net.netheos</groupId> <artifactId>pcs-api-java</artifactId> <version>1.0.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpcore</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>json</artifactId> <groupId>org.json</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-android</artifactId> <version>1.7.6</version> <scope>compile</scope> </dependency> </dependencies> </project>