| Лицензия |
Лицензия
MIT License
|
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcom.microsoft.identity |
| Идентификатор | Идентификаторcommon4j |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |