Download property-loader-3.0.2.jar file - Jar p

Jar examples for p:property-loader

Description

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

You can download jar file property-loader 3.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add property-loader-3.0.2.jar to your project.

<dependency>
   <groupId>com.github.michaelruocco</groupId>
   <artifactId>property-loader</artifactId>
   <version>3.0.2</version>
</dependency>
compile group: 'com.github.michaelruocco', name: 'property-loader', version: '3.0.2'
libraryDependencies += "com.github.michaelruocco" % "property-loader" % "3.0.2"
<dependency org="com.github.michaelruocco" name="property-loader" rev="3.0.2"/>
@Grapes(@Grab(group='com.github.michaelruocco', module='property-loader', version='3.0.2'))
'com.github.michaelruocco:property-loader:jar:3.0.2'

Download

Click the following link to download the jar file.

property-loader-3.0.2-javadoc.jar
property-loader-3.0.2-sources.jar
property-loader-3.0.2.jar
property-loader-3.0.2.pom



Related Tutorials