GroupId | GroupIdcom.adobe.mobile |
---|---|
ArtifactId | ArtifactIdadobeMobileLibrary |
Version | Version4.17.7 |
Type | Typejar |
Filename | Size |
---|---|
adobeMobileLibrary-4.17.7.pom | |
adobeMobileLibrary-4.17.7.jar | 431 KB |
adobeMobileLibrary-4.17.7-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.mobile/adobeMobileLibrary/ -->
<dependency>
<groupId>com.adobe.mobile</groupId>
<artifactId>adobeMobileLibrary</artifactId>
<version>4.17.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.mobile/adobeMobileLibrary/
implementation 'com.adobe.mobile:adobeMobileLibrary:4.17.7'
// https://jarcasting.com/artifacts/com.adobe.mobile/adobeMobileLibrary/
implementation ("com.adobe.mobile:adobeMobileLibrary:4.17.7")
'com.adobe.mobile:adobeMobileLibrary:jar:4.17.7'
<dependency org="com.adobe.mobile" name="adobeMobileLibrary" rev="4.17.7">
<artifact name="adobeMobileLibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.mobile', module='adobeMobileLibrary', version='4.17.7')
)
libraryDependencies += "com.adobe.mobile" % "adobeMobileLibrary" % "4.17.7"
[com.adobe.mobile/adobeMobileLibrary "4.17.7"]