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