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