Jar examples for p:property-loader
Code library to easily load properties from the classpath or file system file
You can download jar file property-loader 2.0.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add property-loader-2.0.1.jar to your project.
<dependency> <groupId>com.github.michaelruocco</groupId> <artifactId>property-loader</artifactId> <version>2.0.1</version> </dependency>
compile group: 'com.github.michaelruocco', name: 'property-loader', version: '2.0.1'
libraryDependencies += "com.github.michaelruocco" % "property-loader" % "2.0.1"
<dependency org="com.github.michaelruocco" name="property-loader" rev="2.0.1"/>
@Grapes(@Grab(group='com.github.michaelruocco', module='property-loader', version='2.0.1'))
'com.github.michaelruocco:property-loader:jar:2.0.1'
Click the following link to download the jar file.
property-loader-2.0.1-javadoc.jar