e

ezconfig

You can easily access your Java properties file and Java Loggers now. No need to waste your time for configure it again. Accessing Java properties, and Java loggers is now easy.
https://github.com/cozyloon/EzConfigProperties
The Apache License, Version 2.0
Chathumal Sangeeth
Files download
File Operation
ezconfig-1.1.jar download
ezconfig-1.1.pom download
ezconfig-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cozyloon</groupId>
  <artifactId>ezconfig</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.cozyloon:ezconfig:1.1'
Gradle Kotlin
implementation("io.github.cozyloon:ezconfig:1.1")
Scala SBT
libraryDependencies += "io.github.cozyloon" % "ezconfig" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cozyloon', module='ezconfig', version='1.1')
)
Apache Ivy
<dependency org="io.github.cozyloon" name="ezconfig" rev="1.1" />
Leiningen
[io.github.cozyloon/ezconfig "1.1"]
Apache Buildr
'io.github.cozyloon:ezconfig:jar:1.1'
Dependencies
The project has no third-party dependencies