ChrispyWugen / Configuration-Class

simple config class to manage properties file
0 stars 0 forks source link

Needed Maven Dependency #1

Open ChrispyWugen opened 2 years ago

ChrispyWugen commented 2 years ago
    <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2 -->
    <dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-configuration2</artifactId>
        <version>2.7</version>
    </dependency>
ChrispyWugen commented 2 years ago

solved