GroupId | GroupIdcom.adobe.creativesdk |
---|---|
ArtifactId | ArtifactIdimage |
Version | Version4.6.3 |
Type | Typeaar |
Filename | Size |
---|---|
image-4.6.3.pom | |
image-4.6.3.aar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.creativesdk/image/ -->
<dependency>
<groupId>com.adobe.creativesdk</groupId>
<artifactId>image</artifactId>
<version>4.6.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.creativesdk/image/
implementation 'com.adobe.creativesdk:image:4.6.3'
// https://jarcasting.com/artifacts/com.adobe.creativesdk/image/
implementation ("com.adobe.creativesdk:image:4.6.3")
'com.adobe.creativesdk:image:aar:4.6.3'
<dependency org="com.adobe.creativesdk" name="image" rev="4.6.3">
<artifact name="image" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.creativesdk', module='image', version='4.6.3')
)
libraryDependencies += "com.adobe.creativesdk" % "image" % "4.6.3"
[com.adobe.creativesdk/image "4.6.3"]