License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.shijingsh |
ArtifactId | ArtifactIdfileprovider |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionfileprovider
One line of code completes Android 7 fileprovider adaptation~
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fileprovider-1.1.0.pom | |
fileprovider-1.1.0.aar | 3 KB |
Browse |
<!-- 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"]