is not current version
Last Version 1.0.1

com.github.springbootPlus:easyfile 1.0.0

EASY FILE OPERATION

GroupId

GroupId

com.github.springbootPlus
ArtifactId

ArtifactId

easyfile
Version

Version

1.0.0
Type

Type

jar

Download easyfile 1.0.0


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