Jar examples for c:composite-configuration
Allows us to use StickyCode @Configuration tag to force fail-fast Spring configuration in our artifacts.
You can download jar file composite-configuration 3.2 in this page.
You can use the following script to add composite-configuration-3.2.jar to your project.
<dependency> <groupId>nz.ac.auckland.composite</groupId> <artifactId>composite-configuration</artifactId> <version>3.2</version> </dependency>
compile group: 'nz.ac.auckland.composite', name: 'composite-configuration', version: '3.2'
libraryDependencies += "nz.ac.auckland.composite" % "composite-configuration" % "3.2"
<dependency org="nz.ac.auckland.composite" name="composite-configuration" rev="3.2"/>
@Grapes(@Grab(group='nz.ac.auckland.composite', module='composite-configuration', version='3.2'))
'nz.ac.auckland.composite:composite-configuration:jar:3.2'
Click the following link to download the jar file.
composite-configuration-3.2.jar