| GroupId | GroupIdcom.adobe.marketing.mobile |
|---|---|
| ArtifactId | ArtifactIduserprofile |
| Version | Version1.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| userprofile-1.0.1.pom | |
| userprofile-1.0.1.aar | 34 KB |
| userprofile-1.0.1-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.marketing.mobile/userprofile/ -->
<dependency>
<groupId>com.adobe.marketing.mobile</groupId>
<artifactId>userprofile</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/userprofile/
implementation 'com.adobe.marketing.mobile:userprofile:1.0.1'
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/userprofile/
implementation ("com.adobe.marketing.mobile:userprofile:1.0.1")
'com.adobe.marketing.mobile:userprofile:aar:1.0.1'
<dependency org="com.adobe.marketing.mobile" name="userprofile" rev="1.0.1">
<artifact name="userprofile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.marketing.mobile', module='userprofile', version='1.0.1')
)
libraryDependencies += "com.adobe.marketing.mobile" % "userprofile" % "1.0.1"
[com.adobe.marketing.mobile/userprofile "1.0.1"]