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