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