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