License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdproperty-loader |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProperty Loader
Code library to easily load properties from the classpath or file system file
|
Project URL |
Project URL |
Filename | Size |
---|---|
property-loader-3.0.2.pom | |
property-loader-3.0.2.jar | 2 KB |
property-loader-3.0.2-sources.jar | 1 KB |
property-loader-3.0.2-javadoc.jar | 18 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
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 |