| GroupId | GroupIdcom.github.takusemba |
|---|---|
| ArtifactId | ArtifactIdcropme |
| Version | Version2.0.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| cropme-2.0.4.pom | |
| cropme-2.0.4.aar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.takusemba/cropme/ -->
<dependency>
<groupId>com.github.takusemba</groupId>
<artifactId>cropme</artifactId>
<version>2.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.takusemba/cropme/
implementation 'com.github.takusemba:cropme:2.0.4'
// https://jarcasting.com/artifacts/com.github.takusemba/cropme/
implementation ("com.github.takusemba:cropme:2.0.4")
'com.github.takusemba:cropme:aar:2.0.4'
<dependency org="com.github.takusemba" name="cropme" rev="2.0.4">
<artifact name="cropme" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.takusemba', module='cropme', version='2.0.4')
)
libraryDependencies += "com.github.takusemba" % "cropme" % "2.0.4"
[com.github.takusemba/cropme "2.0.4"]