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