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

com.microsoft.identity:common 0.0.9

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.9
Тип

Тип

aar

Скачать common 0.0.9

Имя Файла Размер
common-0.0.9.pom
common-0.0.9.aar 302 KB
common-0.0.9-sources.jar 334 KB
Обзор

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