is not current version
Last Version 5.0.0

com.microsoft.identity:common 3.6.3

This library contains code shared between the Active Directory Authentication Library (ADAL) for Android and the Microsoft Authentication Library (MSAL) for Android. This library includes only internal classes and is NOT part of the public API

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.microsoft.identity
ArtifactId

ArtifactId

common
Version

Version

3.6.3
Type

Type

aar

Download common 3.6.3


<!-- https://jarcasting.com/artifacts/com.microsoft.identity/common/ -->
<dependency>
    <groupId>com.microsoft.identity</groupId>
    <artifactId>common</artifactId>
    <version>3.6.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.identity/common/
implementation 'com.microsoft.identity:common:3.6.3'
// https://jarcasting.com/artifacts/com.microsoft.identity/common/
implementation ("com.microsoft.identity:common:3.6.3")
'com.microsoft.identity:common:aar:3.6.3'
<dependency org="com.microsoft.identity" name="common" rev="3.6.3">
  <artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.identity', module='common', version='3.6.3')
)
libraryDependencies += "com.microsoft.identity" % "common" % "3.6.3"
[com.microsoft.identity/common "3.6.3"]