Download gpsoauth-0.3.2.jar file - Jar g

Jar examples for g:gpsoauth

Description

With this library you can log in to Google Play Services using username and password.

You can download jar file gpsoauth 0.3.2 in this page.

License

MIT License

Build File

You can use the following script to add gpsoauth-0.3.2.jar to your project.

<dependency>
   <groupId>com.github.bjoernpetersen</groupId>
   <artifactId>gpsoauth</artifactId>
   <version>0.3.2</version>
</dependency>
compile group: 'com.github.bjoernpetersen', name: 'gpsoauth', version: '0.3.2'
libraryDependencies += "com.github.bjoernpetersen" % "gpsoauth" % "0.3.2"
<dependency org="com.github.bjoernpetersen" name="gpsoauth" rev="0.3.2"/>
@Grapes(@Grab(group='com.github.bjoernpetersen', module='gpsoauth', version='0.3.2'))
'com.github.bjoernpetersen:gpsoauth:jar:0.3.2'

Download

Click the following link to download the jar file.

gpsoauth-0.3.2-javadoc.jar
gpsoauth-0.3.2-sources.jar
gpsoauth-0.3.2.jar
gpsoauth-0.3.2.pom



Related Tutorials