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