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