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