| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcom.github.shijingsh |
| Идентификатор | Идентификаторfileprovider |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеfileprovider
One line of code completes Android 7 fileprovider adaptation~
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fileprovider-1.1.0.pom | |
| fileprovider-1.1.0.aar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.shijingsh/fileprovider/ -->
<dependency>
<groupId>com.github.shijingsh</groupId>
<artifactId>fileprovider</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shijingsh/fileprovider/
implementation 'com.github.shijingsh:fileprovider:1.1.0'
// https://jarcasting.com/artifacts/com.github.shijingsh/fileprovider/
implementation ("com.github.shijingsh:fileprovider:1.1.0")
'com.github.shijingsh:fileprovider:aar:1.1.0'
<dependency org="com.github.shijingsh" name="fileprovider" rev="1.1.0">
<artifact name="fileprovider" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.shijingsh', module='fileprovider', version='1.1.0')
)
libraryDependencies += "com.github.shijingsh" % "fileprovider" % "1.1.0"
[com.github.shijingsh/fileprovider "1.1.0"]