GroupId | GroupIdcom.github.javakam |
---|---|
ArtifactId | ArtifactIdfile.android-q |
Version | Version1.4.1 |
Type | Typeaar |
Filename | Size |
---|---|
file.android-q-1.4.1.pom | |
file.android-q-1.4.1-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javakam/file.android-q/ -->
<dependency>
<groupId>com.github.javakam</groupId>
<artifactId>file.android-q</artifactId>
<version>1.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/file.android-q/
implementation 'com.github.javakam:file.android-q:1.4.1'
// https://jarcasting.com/artifacts/com.github.javakam/file.android-q/
implementation ("com.github.javakam:file.android-q:1.4.1")
'com.github.javakam:file.android-q:aar:1.4.1'
<dependency org="com.github.javakam" name="file.android-q" rev="1.4.1">
<artifact name="file.android-q" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='file.android-q', version='1.4.1')
)
libraryDependencies += "com.github.javakam" % "file.android-q" % "1.4.1"
[com.github.javakam/file.android-q "1.4.1"]