Property Loader

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

License

License

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

property-loader
Last Version

Last Version

3.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Property Loader
Code library to easily load properties from the classpath or file system file
Project URL

Project URL

https://github.com/michaelruocco/property-loader

Download property-loader

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
commons-io : commons-io jar 2.6
org.slf4j : slf4j-api jar 1.7.25

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.25
org.assertj : assertj-core jar 3.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.0.0