EpiCanard / DuckConfig

Library to handle mapping between config files and class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DuckConfig

Release

Description

This project is library to handle mapping between config files and java class.

Config files support:

  • Yaml

Installation

In your pom.xml, add the repository to DuckConfig

<repository>
  <id>duckconfig-repo</id>
  <url>https://maven.epicanard.com/releases</url>
</repository>

And the dependecy to DuckConfig package

<dependency>
  <groupId>fr.epicanard</groupId>
  <artifactId>duckconfig</artifactId>
  <version>1.0.0</version>
</dependency> 

About

Library to handle mapping between config files and class

License:MIT License


Languages

Language:Java 100.0%