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