Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.microsoft.identity.client |
ArtifactId | ArtifactIdmsal |
Version | Version1.4.0 |
Type | Typeaar |
Filename | Size |
---|---|
msal-1.4.0.pom | |
msal-1.4.0.aar | 209 KB |
msal-1.4.0-sources.jar | 152 KB |
msal-1.4.0-javadoc.jar | 327 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/ -->
<dependency>
<groupId>com.microsoft.identity.client</groupId>
<artifactId>msal</artifactId>
<version>1.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/
implementation 'com.microsoft.identity.client:msal:1.4.0'
// https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/
implementation ("com.microsoft.identity.client:msal:1.4.0")
'com.microsoft.identity.client:msal:aar:1.4.0'
<dependency org="com.microsoft.identity.client" name="msal" rev="1.4.0">
<artifact name="msal" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.identity.client', module='msal', version='1.4.0')
)
libraryDependencies += "com.microsoft.identity.client" % "msal" % "1.4.0"
[com.microsoft.identity.client/msal "1.4.0"]