GroupId | GroupIdcom.nononsenseapps |
---|---|
ArtifactId | ArtifactIdfilepicker |
Version | Version1.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
filepicker-1.1.3.pom | |
filepicker-1.1.3.aar | 103 KB |
filepicker-1.1.3-sources.jar | 15 KB |
filepicker-1.1.3-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nononsenseapps/filepicker/ -->
<dependency>
<groupId>com.nononsenseapps</groupId>
<artifactId>filepicker</artifactId>
<version>1.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nononsenseapps/filepicker/
implementation 'com.nononsenseapps:filepicker:1.1.3'
// https://jarcasting.com/artifacts/com.nononsenseapps/filepicker/
implementation ("com.nononsenseapps:filepicker:1.1.3")
'com.nononsenseapps:filepicker:aar:1.1.3'
<dependency org="com.nononsenseapps" name="filepicker" rev="1.1.3">
<artifact name="filepicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nononsenseapps', module='filepicker', version='1.1.3')
)
libraryDependencies += "com.nononsenseapps" % "filepicker" % "1.1.3"
[com.nononsenseapps/filepicker "1.1.3"]