sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibuildapp</groupId> <artifactId>sdk</artifactId> <version>1.5.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.ibuildapp</groupId> <artifactId>sdk</artifactId> <version>1.5.1</version> <packaging>aar</packaging> <name>sdk</name> <description>iBuildApp</description> <url>https://github.com/iBuildApp</url> <licenses> <license> <name>Apache 2.0</name> <url>https://opensource.org/licenses/Apache-2.0</url> </license> </licenses> <developers> <developer> <id>iBuildApp</id> <name>iBuildApp</name> <email>iBuildApp@solovat.net</email> </developer> </developers> <scm> <connection>scm:git@github.com:iBuildApp</connection> <developerConnection>scm:git@github.com:iBuildApp</developerConnection> <url>https://github.com/iBuildApp</url> </scm> <dependencies> <dependency> <groupId>oauth.signpost</groupId> <artifactId>signpost-commonshttp4</artifactId> <version>1.2.1.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.http</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>oauth.signpost</groupId> <artifactId>signpost-core</artifactId> <version>1.2.1.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.http</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.twitter4j</groupId> <artifactId>twitter4j-core</artifactId> <version>4.0.4</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.http</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>28.0.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.http</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.restfb</groupId> <artifactId>restfb</artifactId> <version>1.42.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.http</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> <version>4.2.5</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.http</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>3.7.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.http</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.ibuildapp</groupId> <artifactId>CordovaLib</artifactId> <version>1.0.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.http</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>