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