is not current version
Last Version 6.0.5

com.github.michaelruocco:file-loader 3.0.3

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

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

file-loader
Version

Version

3.0.3
Type

Type

jar

Download file-loader 3.0.3


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