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