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