не последняя версия
Последняя версия 5.0.0

com.microsoft.identity:common 2.0.12-hf1

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

Категории

Категории

IDE Инструменты разработки
Группа

Группа

com.microsoft.identity
Идентификатор

Идентификатор

common
Версия

Версия

2.0.12-hf1
Тип

Тип

aar

Скачать common 2.0.12-hf1


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