a

auth-api-gms

The GMS implementation of the OMH Auth API
https://github.com/openmobilehub/omh-auth
Apache-2.0 License
Anton Soares
文件下载
文件名 操作
auth-api-gms-1.0.pom 下载
auth-api-gms-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.openmobilehub.android</groupId>
  <artifactId>auth-api-gms</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.openmobilehub.android:auth-api-gms:1.0'
Gradle Kotlin
implementation("com.openmobilehub.android:auth-api-gms:1.0")
Scala SBT
libraryDependencies += "com.openmobilehub.android" % "auth-api-gms" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.openmobilehub.android', module='auth-api-gms', version='1.0')
)
Apache Ivy
<dependency org="com.openmobilehub.android" name="auth-api-gms" rev="1.0" />
Leiningen
[com.openmobilehub.android/auth-api-gms "1.0"]
Apache Buildr
'com.openmobilehub.android:auth-api-gms:jar:1.0'