License |
License
MIT License
|
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.microsoft.identity |
ArtifactId | ArtifactIdcommon4j |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon4j
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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common4j-2.0.0.pom | |
common4j-2.0.0.jar | 74 KB |
common4j-2.0.0-sources.jar | 261 bytes |
common4j-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.identity/common4j/ -->
<dependency>
<groupId>com.microsoft.identity</groupId>
<artifactId>common4j</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.identity/common4j/
implementation 'com.microsoft.identity:common4j:2.0.0'
// https://jarcasting.com/artifacts/com.microsoft.identity/common4j/
implementation ("com.microsoft.identity:common4j:2.0.0")
'com.microsoft.identity:common4j:jar:2.0.0'
<dependency org="com.microsoft.identity" name="common4j" rev="2.0.0">
<artifact name="common4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.identity', module='common4j', version='2.0.0')
)
libraryDependencies += "com.microsoft.identity" % "common4j" % "2.0.0"
[com.microsoft.identity/common4j "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.nimbusds : nimbus-jose-jwt | jar | 9.9 |
com.google.code.gson : gson | jar | 2.8.9 |
org.json : json | jar | 20180813 |
com.github.stephenc.jcip : jcip-annotations | jar | 1.0-1 |
cz.msebera.android : httpclient | jar | 4.5.8 |