Download sticky-configured-5.4.jar file - Jar s

Jar examples for s:sticky-configured

Description

Taking the configuration out of applications, using the same principles that underly dependency injection

You can download jar file sticky-configured 5.4 in this page.

License

Open Source License

Build File

You can use the following script to add sticky-configured-5.4.jar to your project.

<dependency>
   <groupId>net.stickycode.configured</groupId>
   <artifactId>sticky-configured</artifactId>
   <version>5.4</version>
</dependency>
compile group: 'net.stickycode.configured', name: 'sticky-configured', version: '5.4'
libraryDependencies += "net.stickycode.configured" % "sticky-configured" % "5.4"
<dependency org="net.stickycode.configured" name="sticky-configured" rev="5.4"/>
@Grapes(@Grab(group='net.stickycode.configured', module='sticky-configured', version='5.4'))
'net.stickycode.configured:sticky-configured:jar:5.4'

Download

Click the following link to download the jar file.

sticky-configured-5.4-javadoc.jar
sticky-configured-5.4-sources.jar
sticky-configured-5.4.jar
sticky-configured-5.4.pom



Related Tutorials