Lightweight Config

A small library for enabling configuration parameters to be loaded in Java

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

uk.org.webcompere
ArtifactId

ArtifactId

lightweight-config
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Lightweight Config
A small library for enabling configuration parameters to be loaded in Java
Project URL

Project URL

https://github.com/webcompere/lightweight-config/
Source Code Management

Source Code Management

https://github.com/webcompere/lightweight-config/

Download lightweight-config

How to add to project

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

Dependencies

compile (1)

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

test (5)

Group / Artifact Type Version
uk.org.webcompere : system-stubs-jupiter jar 1.2.0
org.assertj : assertj-core jar 3.16.1
org.junit.jupiter : junit-jupiter jar 5.6.2
org.mockito : mockito-junit-jupiter jar 3.6.0
org.mockito : mockito-core jar 3.6.0

Project Modules

There are no modules declared in this project.
uk.org.webcompere

WebCompere - Presenting Stuff For The Web

Open Source Libraries and HowTos

Versions

Version
1.2.0
1.1.0
1.0.0