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