is not current version
Last Version 3.5.0

com.github.javakam:file.core 1.4.2

Android File Operator Library.

GroupId

GroupId

com.github.javakam
ArtifactId

ArtifactId

file.core
Version

Version

1.4.2
Type

Type

aar

Download file.core 1.4.2


<!-- https://jarcasting.com/artifacts/com.github.javakam/file.core/ -->
<dependency>
    <groupId>com.github.javakam</groupId>
    <artifactId>file.core</artifactId>
    <version>1.4.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/file.core/
implementation 'com.github.javakam:file.core:1.4.2'
// https://jarcasting.com/artifacts/com.github.javakam/file.core/
implementation ("com.github.javakam:file.core:1.4.2")
'com.github.javakam:file.core:aar:1.4.2'
<dependency org="com.github.javakam" name="file.core" rev="1.4.2">
  <artifact name="file.core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='file.core', version='1.4.2')
)
libraryDependencies += "com.github.javakam" % "file.core" % "1.4.2"
[com.github.javakam/file.core "1.4.2"]