GroupId | GroupIdcom.github.lauhwong |
---|---|
ArtifactId | ArtifactIdimage-editor |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
image-editor-1.0.pom | |
image-editor-1.0.aar | 572 KB |
image-editor-1.0-sources.jar | 61 KB |
image-editor-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]