configuration

Provided a simple way to generically configure (for now by code only) certain aspects of your implementation. Every aspect is loaded via a serviceloader, and made accessible via a 'ConfigurationService'.

License

License

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

org.meeuw.configuration
ArtifactId

ArtifactId

mihxil-configuration
Last Version

Last Version

0.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

configuration
Provided a simple way to generically configure (for now by code only) certain aspects of your implementation. Every aspect is loaded via a serviceloader, and made accessible via a 'ConfigurationService'.

Download mihxil-configuration

How to add to project

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

Dependencies

provided (2)

Group / Artifact Type Version
org.checkerframework : checker-qual jar 3.21.4
org.projectlombok : lombok jar 1.18.24

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
net.jqwik : jqwik jar 1.6.4
org.assertj : assertj-core jar 3.22.0
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-jul jar
org.apache.logging.log4j : log4j-slf4j-impl jar

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.2
0.8.1
0.8.0
0.7.0