is not current version
Last Version 2.2.1-RELEASE

com.daioware:file 2.0.1-RELEASE

File Utilities

GroupId

GroupId

com.daioware
ArtifactId

ArtifactId

file
Version

Version

2.0.1-RELEASE
Type

Type

jar

Download file 2.0.1-RELEASE


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