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