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