MVN

works.lmz.composite : composite-configuration

Maven & Gradle

Feb 19, 2016
1 usages

composite-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.

<dependency>
    <groupId>works.lmz.composite</groupId>
    <artifactId>composite-configuration</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of works.lmz.composite : composite-configuration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of works.lmz.composite : composite-configuration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
composite-configuration-1.1

How to add a dependency to Maven

Add the following works.lmz.composite : composite-configuration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>works.lmz.composite</groupId>
    <artifactId>composite-configuration</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following works.lmz.composite : composite-configuration gradle dependency to your build.gradle file:

implementation 'works.lmz.composite:composite-configuration:1.1'

Gradle Kotlin DSL: Add the following works.lmz.composite : composite-configuration gradle kotlin dependency to your build.gradle.kts file:

implementation("works.lmz.composite:composite-configuration:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following works.lmz.composite : composite-configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "works.lmz.composite" % "composite-configuration" % "1.1"

Advertisement