is not current version
Last Version 2.0.0

com.microsoft.identity:common4j 0.0.4

This library contains common java 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

common4j
Version

Version

0.0.4
Type

Type

jar

Download common4j 0.0.4


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