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