battlenet-oauth2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.dementhius</groupId>
<artifactId>battlenet-oauth2</artifactId>
<version>0.0.2</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.github.dementhius</groupId>
<artifactId>battlenet-oauth2</artifactId>
<version>0.0.2</version>
<packaging>aar</packaging>
<name>battlenet-oauth2</name>
<description>Library to log in Battlenet (Blizzard) with OAuth2 system.</description>
<url>https://github.com/dementhius/battlenet-oauth2</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>dementhius</id>
<name>Aner</name>
<email>dementhsoft@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/dementhius/battlenet-oauth2.git</connection>
<developerConnection>https://github.com/dementhius/battlenet-oauth2.git</developerConnection>
<url>https://github.com/dementhius/battlenet-oauth2</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-oauth2</artifactId>
<version>v2-rev112-1.22.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>httpclient</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>23.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support.constraint</groupId>
<artifactId>constraint-layout</artifactId>
<version>1.0.0-alpha3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>