This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Getting Started
Mahmoud Ben Hassine edited this page Nov 15, 2020
·
19 revisions
Easy Props requires a Java 11+ runtime.
To build Easy Props from sources, you need to have git and maven installed and set up.
Please follow these instructions :
$>git clone https://github.com/j-easy/easy-props.git
$>cd easy-props
$>mvn install
Easy Props is a single jar file with two dependencies: SLF4J and Apache commons-beanutils. You have to add the easy-props-4.0.0.jar
file as well as its dependencies to your application's classpath.
If you use maven, you need to add the following dependency to your pom.xml
:
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-props</artifactId>
<version>4.0.0</version>
</dependency>
Easy Properties is created by Mahmoud Ben Hassine and the awesome contributors
-
Introduction
-
Documentation