is not current version
Last Version 3.0.2

com.github.michaelruocco:property-loader 1.0.0

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

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

property-loader
Version

Version

1.0.0
Type

Type

jar

Download property-loader 1.0.0


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