License |
License
MIT License
|
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.microsoft.identity |
ArtifactId | ArtifactIdcommon4j |
Version | Version1.0.2 |
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-1.0.2.pom | |
common4j-1.0.2.jar | 716 KB |
common4j-1.0.2-sources.jar | 1 KB |
common4j-1.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.identity/common4j/ -->
<dependency>
<groupId>com.microsoft.identity</groupId>
<artifactId>common4j</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.identity/common4j/
implementation 'com.microsoft.identity:common4j:1.0.2'
// https://jarcasting.com/artifacts/com.microsoft.identity/common4j/
implementation ("com.microsoft.identity:common4j:1.0.2")
'com.microsoft.identity:common4j:jar:1.0.2'
<dependency org="com.microsoft.identity" name="common4j" rev="1.0.2">
<artifact name="common4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.identity', module='common4j', version='1.0.2')
)
libraryDependencies += "com.microsoft.identity" % "common4j" % "1.0.2"
[com.microsoft.identity/common4j "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.nimbusds : nimbus-jose-jwt | jar | 9.9 |
com.google.code.gson : gson | jar | 2.8.5 |
org.json : json | jar | 20180813 |
com.github.stephenc.jcip : jcip-annotations | jar | 1.0-1 |
cz.msebera.android : httpclient | jar | 4.5.8 |