License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdorg.meeuw.configuration |
ArtifactId | ArtifactIdmihxil-configuration |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconfiguration
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'.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.checkerframework : checker-qual | jar | 3.21.4 |
org.projectlombok : lombok | jar | 1.18.24 |
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 |