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