is not current version
Last Version 6.0.5

com.github.michaelruocco:file-loader 5.0.1

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

5.0.1
Type

Type

jar

Download file-loader 5.0.1


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