GroupId | GroupIdru.bartwell |
---|---|
ArtifactId | ArtifactIdexfilepicker |
Version | Version2.1 |
Type | Typeaar |
Filename | Size |
---|---|
exfilepicker-2.1.pom | |
exfilepicker-2.1.aar | 156 KB |
exfilepicker-2.1-sources.jar | 19 KB |
exfilepicker-2.1-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.bartwell/exfilepicker/ -->
<dependency>
<groupId>ru.bartwell</groupId>
<artifactId>exfilepicker</artifactId>
<version>2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.bartwell/exfilepicker/
implementation 'ru.bartwell:exfilepicker:2.1'
// https://jarcasting.com/artifacts/ru.bartwell/exfilepicker/
implementation ("ru.bartwell:exfilepicker:2.1")
'ru.bartwell:exfilepicker:aar:2.1'
<dependency org="ru.bartwell" name="exfilepicker" rev="2.1">
<artifact name="exfilepicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.bartwell', module='exfilepicker', version='2.1')
)
libraryDependencies += "ru.bartwell" % "exfilepicker" % "2.1"
[ru.bartwell/exfilepicker "2.1"]