MVN

com.microsoft.identity : common4j

Maven & Gradle

Aug 07, 2023
1 usages
38 stars

common4j · 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

<dependency>
    <groupId>com.microsoft.identity</groupId>
    <artifactId>common4j</artifactId>
    <version>12.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.identity : common4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.0.0

All Versions

Choose a version of com.microsoft.identity : common4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0.x
common4j-12.0.0
11.0.x
common4j-11.0.1
common4j-11.0.0
10.0.x
common4j-10.0.2
common4j-10.0.1
9.0.x
common4j-9.0.0
8.0.x
common4j-8.0.0
7.0.x
common4j-7.0.0
6.1.x
common4j-6.1.0
6.0.x
common4j-6.0.0
5.0.x
common4j-5.0.1
common4j-5.0.0
4.0.x
common4j-4.0.0
3.0.x
common4j-3.0.1
common4j-3.0.0
2.0.x
common4j-2.0.1
common4j-2.0.0
1.2.x
common4j-1.2.0
1.1.x
common4j-1.1.0
1.0.x
common4j-1.0.2
common4j-1.0.1
0.0.x
common4j-0.0.5
common4j-0.0.4
common4j-0.0.3

How to add a dependency to Maven

Add the following com.microsoft.identity : common4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.identity</groupId>
    <artifactId>common4j</artifactId>
    <version>12.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.identity : common4j gradle dependency to your build.gradle file:

implementation 'com.microsoft.identity:common4j:12.0.0'

Gradle Kotlin DSL: Add the following com.microsoft.identity : common4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.identity:common4j:12.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.identity : common4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.identity" % "common4j" % "12.0.0"

Advertisement