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 1.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add property-loader-1.2.jar to your project.
<dependency> <groupId>com.tngtech.java</groupId> <artifactId>property-loader</artifactId> <version>1.2</version> </dependency>
compile group: 'com.tngtech.java', name: 'property-loader', version: '1.2'
libraryDependencies += "com.tngtech.java" % "property-loader" % "1.2"
<dependency org="com.tngtech.java" name="property-loader" rev="1.2"/>
@Grapes(@Grab(group='com.tngtech.java', module='property-loader', version='1.2'))
'com.tngtech.java:property-loader:jar:1.2'
Click the following link to download the jar file.
property-loader-1.2-javadoc.jar