| License |
License |
|---|---|
| GroupId | GroupIdcom.yashoid |
| ArtifactId | ArtifactIdinstacropper |
| Version | Version1.0.6 |
| Type | Typeaar |
| Description |
DescriptionInstaCropper
A View for cropping images that is similar to Instagram's crop which allows a range of spect ratios. Also an Activity for cropping is included.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| instacropper-1.0.6.pom | |
| instacropper-1.0.6.aar | 50 KB |
| instacropper-1.0.6-sources.jar | 17 KB |
| instacropper-1.0.6-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yashoid/instacropper/ -->
<dependency>
<groupId>com.yashoid</groupId>
<artifactId>instacropper</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yashoid/instacropper/
implementation 'com.yashoid:instacropper:1.0.6'
// https://jarcasting.com/artifacts/com.yashoid/instacropper/
implementation ("com.yashoid:instacropper:1.0.6")
'com.yashoid:instacropper:aar:1.0.6'
<dependency org="com.yashoid" name="instacropper" rev="1.0.6">
<artifact name="instacropper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yashoid', module='instacropper', version='1.0.6')
)
libraryDependencies += "com.yashoid" % "instacropper" % "1.0.6"
[com.yashoid/instacropper "1.0.6"]