Last Version

Config Reader 1.0.1

A utility to read data from properties and yml files as HashMap<String, String>

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

dev.spiti.utilities
ArtifactId

ArtifactId

config-reader
Version

Version

1.0.1
Type

Type

jar
Description

Description

Config Reader
A utility to read data from properties and yml files as HashMap<String, String>
Project URL

Project URL

https://github.com/spiti-dev/config-reader
Source Code Management

Source Code Management

https://github.com/spiti-dev/config-reader

Download config-reader 1.0.1


<!-- https://jarcasting.com/artifacts/dev.spiti.utilities/config-reader/ -->
<dependency>
    <groupId>dev.spiti.utilities</groupId>
    <artifactId>config-reader</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.spiti.utilities/config-reader/
implementation 'dev.spiti.utilities:config-reader:1.0.1'
// https://jarcasting.com/artifacts/dev.spiti.utilities/config-reader/
implementation ("dev.spiti.utilities:config-reader:1.0.1")
'dev.spiti.utilities:config-reader:jar:1.0.1'
<dependency org="dev.spiti.utilities" name="config-reader" rev="1.0.1">
  <artifact name="config-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.spiti.utilities', module='config-reader', version='1.0.1')
)
libraryDependencies += "dev.spiti.utilities" % "config-reader" % "1.0.1"
[dev.spiti.utilities/config-reader "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.20

Project Modules

There are no modules declared in this project.