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