Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.adobe.marketing.mobile |
ArtifactId | ArtifactIdidentity |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
identity-1.0.0.pom | |
identity-1.0.0.aar | 62 KB |
identity-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.marketing.mobile/identity/ -->
<dependency>
<groupId>com.adobe.marketing.mobile</groupId>
<artifactId>identity</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/identity/
implementation 'com.adobe.marketing.mobile:identity:1.0.0'
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/identity/
implementation ("com.adobe.marketing.mobile:identity:1.0.0")
'com.adobe.marketing.mobile:identity:aar:1.0.0'
<dependency org="com.adobe.marketing.mobile" name="identity" rev="1.0.0">
<artifact name="identity" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.marketing.mobile', module='identity', version='1.0.0')
)
libraryDependencies += "com.adobe.marketing.mobile" % "identity" % "1.0.0"
[com.adobe.marketing.mobile/identity "1.0.0"]