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