Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.microsoft.identity |
ArtifactId | ArtifactIdcommon |
Version | Version3.6.3 |
Type | Typeaar |
Filename | Size |
---|---|
common-3.6.3.pom | |
common-3.6.3.aar | 924 KB |
common-3.6.3-sources.jar | 878 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.identity/common/ -->
<dependency>
<groupId>com.microsoft.identity</groupId>
<artifactId>common</artifactId>
<version>3.6.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.identity/common/
implementation 'com.microsoft.identity:common:3.6.3'
// https://jarcasting.com/artifacts/com.microsoft.identity/common/
implementation ("com.microsoft.identity:common:3.6.3")
'com.microsoft.identity:common:aar:3.6.3'
<dependency org="com.microsoft.identity" name="common" rev="3.6.3">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.identity', module='common', version='3.6.3')
)
libraryDependencies += "com.microsoft.identity" % "common" % "3.6.3"
[com.microsoft.identity/common "3.6.3"]