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

com.microsoft.identity:common 0.0.10-alpha

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
Версия

Версия

0.0.10-alpha
Тип

Тип

aar

Скачать common 0.0.10-alpha


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