is not current version
Last Version 3.0.2

com.github.michaelruocco:property-loader 3.0.1

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

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

property-loader
Version

Version

3.0.1
Type

Type

jar

Download property-loader 3.0.1


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