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