GroupId | GroupIdcom.adobe.mobile |
---|---|
ArtifactId | ArtifactIdadobeMobileLibrary |
Version | Version4.17.4 |
Type | Typejar |
Filename | Size |
---|---|
adobeMobileLibrary-4.17.4.pom | |
adobeMobileLibrary-4.17.4.jar | 428 KB |
adobeMobileLibrary-4.17.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.mobile/adobeMobileLibrary/
implementation 'com.adobe.mobile:adobeMobileLibrary:4.17.4'
// https://jarcasting.com/artifacts/com.adobe.mobile/adobeMobileLibrary/
implementation ("com.adobe.mobile:adobeMobileLibrary:4.17.4")
'com.adobe.mobile:adobeMobileLibrary:jar:4.17.4'
<dependency org="com.adobe.mobile" name="adobeMobileLibrary" rev="4.17.4">
<artifact name="adobeMobileLibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.mobile', module='adobeMobileLibrary', version='4.17.4')
)
libraryDependencies += "com.adobe.mobile" % "adobeMobileLibrary" % "4.17.4"
[com.adobe.mobile/adobeMobileLibrary "4.17.4"]