License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.matheusviegas |
ArtifactId | ArtifactIdconfigloader |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfig 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.
|
Filename | Size |
---|---|
configloader-1.0.0.pom | |
configloader-1.0.0.jar | 7 KB |
configloader-1.0.0-sources.jar | 2 KB |
configloader-1.0.0-javadoc.jar | 30 KB |
Browse |
<!-- 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"]