GroupId | GroupIdcom.microsoft.aad |
---|---|
ArtifactId | ArtifactIdadal |
Version | Version1.1.11 |
Type | Typeaar |
Filename | Size |
---|---|
adal-1.1.11.pom | |
adal-1.1.11.aar | 201 KB |
adal-1.1.11-sources.jar | 156 KB |
adal-1.1.11-javadoc.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.aad/adal/ -->
<dependency>
<groupId>com.microsoft.aad</groupId>
<artifactId>adal</artifactId>
<version>1.1.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.aad/adal/
implementation 'com.microsoft.aad:adal:1.1.11'
// https://jarcasting.com/artifacts/com.microsoft.aad/adal/
implementation ("com.microsoft.aad:adal:1.1.11")
'com.microsoft.aad:adal:aar:1.1.11'
<dependency org="com.microsoft.aad" name="adal" rev="1.1.11">
<artifact name="adal" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.aad', module='adal', version='1.1.11')
)
libraryDependencies += "com.microsoft.aad" % "adal" % "1.1.11"
[com.microsoft.aad/adal "1.1.11"]