is not current version
Last Version 3.5.0

com.github.javakam:file.core 1.5.0

Android File Operator Library.

GroupId

GroupId

com.github.javakam
ArtifactId

ArtifactId

file.core
Version

Version

1.5.0
Type

Type

aar

Download file.core 1.5.0


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