is not current version
Last Version 1.12.0

com.github.thejuki:imagepicker 1.11

Easily build generic forms with minimal effort (A Kotlin port of FormMaster)

GroupId

GroupId

com.github.thejuki
ArtifactId

ArtifactId

imagepicker
Version

Version

1.11
Type

Type

aar

Download imagepicker 1.11


<!-- 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"]