is not current version
Last Version 6.0.5

com.github.michaelruocco:file-loader 4.0.0

Code library to easily load files and file from the classpath or file system file

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

file-loader
Version

Version

4.0.0
Type

Type

jar

Download file-loader 4.0.0


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