GroupId | GroupIdcom.github.thejuki |
---|---|
ArtifactId | ArtifactIdimagepicker |
Version | Version1.11 |
Type | Typeaar |
Filename | Size |
---|---|
imagepicker-1.11.pom | |
imagepicker-1.11-sources.jar | 23 KB |
imagepicker-1.11-kdoc.jar | 81 KB |
imagepicker-1.11-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thejuki/imagepicker/ -->
<dependency>
<groupId>com.github.thejuki</groupId>
<artifactId>imagepicker</artifactId>
<version>1.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thejuki/imagepicker/
implementation 'com.github.thejuki:imagepicker:1.11'
// https://jarcasting.com/artifacts/com.github.thejuki/imagepicker/
implementation ("com.github.thejuki:imagepicker:1.11")
'com.github.thejuki:imagepicker:aar:1.11'
<dependency org="com.github.thejuki" name="imagepicker" rev="1.11">
<artifact name="imagepicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thejuki', module='imagepicker', version='1.11')
)
libraryDependencies += "com.github.thejuki" % "imagepicker" % "1.11"
[com.github.thejuki/imagepicker "1.11"]