config-manager

This package provides ConfigManager class, which manages configuration files with support of layouts and comments.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.github.quellatalo
ArtifactId

ArtifactId

config-manager
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

config-manager
This package provides ConfigManager class, which manages configuration files with support of layouts and comments.
Project URL

Project URL

https://github.com/quellatalo/config-manager
Source Code Management

Source Code Management

http://github.com/quellatalo/config-manager/tree/master

Download config-manager

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.quellatalo/config-manager/ -->
<dependency>
    <groupId>io.github.quellatalo</groupId>
    <artifactId>config-manager</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.quellatalo/config-manager/
implementation 'io.github.quellatalo:config-manager:1.0'
// https://jarcasting.com/artifacts/io.github.quellatalo/config-manager/
implementation ("io.github.quellatalo:config-manager:1.0")
'io.github.quellatalo:config-manager:jar:1.0'
<dependency org="io.github.quellatalo" name="config-manager" rev="1.0">
  <artifact name="config-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.quellatalo', module='config-manager', version='1.0')
)
libraryDependencies += "io.github.quellatalo" % "config-manager" % "1.0"
[io.github.quellatalo/config-manager "1.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.

config-manager

This package provides ConfigManager class, which manages configuration files with support of layouts and comments.

Same as Properties Manager, but rewriten in JAVA

Usage

Maven
<dependency>
    <groupId>io.github.quellatalo</groupId>
    <artifactId>config-manager</artifactId>
    <version>1.0</version>
</dependency>

Versions

Version
1.0