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