GroupId | GroupIdcom.burhanrashid52 |
---|---|
ArtifactId | ArtifactIdphotoeditor |
Version | Version2.0.0-beta |
Type | Typeaar |
Filename | Size |
---|---|
photoeditor-2.0.0-beta.pom | |
photoeditor-2.0.0-beta-sources.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.burhanrashid52/photoeditor/ -->
<dependency>
<groupId>com.burhanrashid52</groupId>
<artifactId>photoeditor</artifactId>
<version>2.0.0-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.burhanrashid52/photoeditor/
implementation 'com.burhanrashid52:photoeditor:2.0.0-beta'
// https://jarcasting.com/artifacts/com.burhanrashid52/photoeditor/
implementation ("com.burhanrashid52:photoeditor:2.0.0-beta")
'com.burhanrashid52:photoeditor:aar:2.0.0-beta'
<dependency org="com.burhanrashid52" name="photoeditor" rev="2.0.0-beta">
<artifact name="photoeditor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.burhanrashid52', module='photoeditor', version='2.0.0-beta')
)
libraryDependencies += "com.burhanrashid52" % "photoeditor" % "2.0.0-beta"
[com.burhanrashid52/photoeditor "2.0.0-beta"]