GroupId | GroupIdcom.adobe.marketing.mobile |
---|---|
ArtifactId | ArtifactIduserprofile |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
userprofile-1.0.0.pom | |
userprofile-1.0.0.aar | 34 KB |
userprofile-1.0.0-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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/userprofile/
implementation 'com.adobe.marketing.mobile:userprofile:1.0.0'
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/userprofile/
implementation ("com.adobe.marketing.mobile:userprofile:1.0.0")
'com.adobe.marketing.mobile:userprofile:aar:1.0.0'
<dependency org="com.adobe.marketing.mobile" name="userprofile" rev="1.0.0">
<artifact name="userprofile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.marketing.mobile', module='userprofile', version='1.0.0')
)
libraryDependencies += "com.adobe.marketing.mobile" % "userprofile" % "1.0.0"
[com.adobe.marketing.mobile/userprofile "1.0.0"]