p

plugin-google-non-gms

The non GMS implementation of the OMH Auth API
https://github.com/openmobilehub/omh-auth
Apache-2.0 License
Anton Soares
Files download
File Operation
plugin-google-non-gms-2.0.0.pom download
plugin-google-non-gms-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.openmobilehub.android.auth</groupId>
  <artifactId>plugin-google-non-gms</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.openmobilehub.android.auth:plugin-google-non-gms:2.0.0'
Gradle Kotlin
implementation("com.openmobilehub.android.auth:plugin-google-non-gms:2.0.0")
Scala SBT
libraryDependencies += "com.openmobilehub.android.auth" % "plugin-google-non-gms" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.openmobilehub.android.auth', module='plugin-google-non-gms', version='2.0.0')
)
Apache Ivy
<dependency org="com.openmobilehub.android.auth" name="plugin-google-non-gms" rev="2.0.0" />
Leiningen
[com.openmobilehub.android.auth/plugin-google-non-gms "2.0.0"]
Apache Buildr
'com.openmobilehub.android.auth:plugin-google-non-gms:jar:2.0.0'