| License |
License |
|---|---|
| Categories |
CategoriesConfiguration Application Layer Libs config |
| GroupId | GroupIdworks.lmz.composite |
| ArtifactId | ArtifactIdcomposite-configuration |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncomposite-configuration
Allows us to use StickyCode @Configuration tag to force fail-fast Spring
configuration in our artifacts. We don't wait until the methods get called
to find our configuration is missing - on load of the service, it detects
it automatically.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| composite-configuration-1.1.pom | |
| composite-configuration-1.1.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/works.lmz.composite/composite-configuration/ -->
<dependency>
<groupId>works.lmz.composite</groupId>
<artifactId>composite-configuration</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/works.lmz.composite/composite-configuration/
implementation 'works.lmz.composite:composite-configuration:1.1'
// https://jarcasting.com/artifacts/works.lmz.composite/composite-configuration/
implementation ("works.lmz.composite:composite-configuration:1.1")
'works.lmz.composite:composite-configuration:jar:1.1'
<dependency org="works.lmz.composite" name="composite-configuration" rev="1.1">
<artifact name="composite-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='works.lmz.composite', module='composite-configuration', version='1.1')
)
libraryDependencies += "works.lmz.composite" % "composite-configuration" % "1.1"
[works.lmz.composite/composite-configuration "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.stickycode.configured : sticky-configured-spring3 | jar | [5,6) |