| GroupId | GroupIdio.github.aa86799 |
|---|---|
| ArtifactId | ArtifactIdimage-picker |
| Version | Version1.2.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| image-picker-1.2.3.pom | |
| image-picker-1.2.3-sources.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.aa86799/image-picker/ -->
<dependency>
<groupId>io.github.aa86799</groupId>
<artifactId>image-picker</artifactId>
<version>1.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.aa86799/image-picker/
implementation 'io.github.aa86799:image-picker:1.2.3'
// https://jarcasting.com/artifacts/io.github.aa86799/image-picker/
implementation ("io.github.aa86799:image-picker:1.2.3")
'io.github.aa86799:image-picker:aar:1.2.3'
<dependency org="io.github.aa86799" name="image-picker" rev="1.2.3">
<artifact name="image-picker" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.aa86799', module='image-picker', version='1.2.3')
)
libraryDependencies += "io.github.aa86799" % "image-picker" % "1.2.3"
[io.github.aa86799/image-picker "1.2.3"]