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