License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security Native Development Tools |
GroupId | GroupIdcom.github.eudessilva |
ArtifactId | ArtifactIdandroid-oauth2-native |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionandroid-oauth2-native
Sample module access controle login using oauth2 native from Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.eudessilva/android-oauth2-native/ -->
<dependency>
<groupId>com.github.eudessilva</groupId>
<artifactId>android-oauth2-native</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.eudessilva/android-oauth2-native/
implementation 'com.github.eudessilva:android-oauth2-native:1.0.0'
// https://jarcasting.com/artifacts/com.github.eudessilva/android-oauth2-native/
implementation ("com.github.eudessilva:android-oauth2-native:1.0.0")
'com.github.eudessilva:android-oauth2-native:aar:1.0.0'
<dependency org="com.github.eudessilva" name="android-oauth2-native" rev="1.0.0">
<artifact name="android-oauth2-native" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.eudessilva', module='android-oauth2-native', version='1.0.0')
)
libraryDependencies += "com.github.eudessilva" % "android-oauth2-native" % "1.0.0"
[com.github.eudessilva/android-oauth2-native "1.0.0"]