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