is not current version
Last Version 1.1

com.github.lauhwong:image-editor 1.0

Simple image editor

GroupId

GroupId

com.github.lauhwong
ArtifactId

ArtifactId

image-editor
Version

Version

1.0
Type

Type

aar

Download image-editor 1.0


<!-- https://jarcasting.com/artifacts/com.github.lauhwong/image-editor/ -->
<dependency>
    <groupId>com.github.lauhwong</groupId>
    <artifactId>image-editor</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lauhwong/image-editor/
implementation 'com.github.lauhwong:image-editor:1.0'
// https://jarcasting.com/artifacts/com.github.lauhwong/image-editor/
implementation ("com.github.lauhwong:image-editor:1.0")
'com.github.lauhwong:image-editor:aar:1.0'
<dependency org="com.github.lauhwong" name="image-editor" rev="1.0">
  <artifact name="image-editor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.lauhwong', module='image-editor', version='1.0')
)
libraryDependencies += "com.github.lauhwong" % "image-editor" % "1.0"
[com.github.lauhwong/image-editor "1.0"]