Config Loader

Biblioteca para carregar um arquivo de configurações e setar seus valores em uma instância de uma classe de configuração através de Reflection.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.matheusviegas
ArtifactId

ArtifactId

configloader
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Config Loader
Biblioteca para carregar um arquivo de configurações e setar seus valores em uma instância de uma classe de configuração através de Reflection.

Download configloader

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.matheusviegas/configloader/ -->
<dependency>
    <groupId>com.github.matheusviegas</groupId>
    <artifactId>configloader</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.matheusviegas/configloader/
implementation 'com.github.matheusviegas:configloader:1.0.0'
// https://jarcasting.com/artifacts/com.github.matheusviegas/configloader/
implementation ("com.github.matheusviegas:configloader:1.0.0")
'com.github.matheusviegas:configloader:jar:1.0.0'
<dependency org="com.github.matheusviegas" name="configloader" rev="1.0.0">
  <artifact name="configloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.matheusviegas', module='configloader', version='1.0.0')
)
libraryDependencies += "com.github.matheusviegas" % "configloader" % "1.0.0"
[com.github.matheusviegas/configloader "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0