GroupId | GroupIdcom.github.dynckathline |
---|---|
ArtifactId | ArtifactIdfilePicker |
Version | Version1.2.5 |
Type | Typeaar |
Filename | Size |
---|---|
filePicker-1.2.5.pom | |
filePicker-1.2.5.aar | 299 KB |
filePicker-1.2.5-sources.jar | 84 KB |
filePicker-1.2.5-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dynckathline/filePicker/ -->
<dependency>
<groupId>com.github.dynckathline</groupId>
<artifactId>filePicker</artifactId>
<version>1.2.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dynckathline/filePicker/
implementation 'com.github.dynckathline:filePicker:1.2.5'
// https://jarcasting.com/artifacts/com.github.dynckathline/filePicker/
implementation ("com.github.dynckathline:filePicker:1.2.5")
'com.github.dynckathline:filePicker:aar:1.2.5'
<dependency org="com.github.dynckathline" name="filePicker" rev="1.2.5">
<artifact name="filePicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dynckathline', module='filePicker', version='1.2.5')
)
libraryDependencies += "com.github.dynckathline" % "filePicker" % "1.2.5"
[com.github.dynckathline/filePicker "1.2.5"]