License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIduk.org.webcompere |
ArtifactId | ArtifactIdlightweight-config |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightweight Config
A small library for enabling configuration parameters to be loaded in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lightweight-config-1.2.0.pom | |
lightweight-config-1.2.0.jar | 11 KB |
lightweight-config-1.2.0-sources.jar | 8 KB |
lightweight-config-1.2.0-javadoc.jar | 431 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.28 |
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 |