MVN

net.stickycode.configuration : sticky-configuration

Maven & Gradle

Oct 03, 2017
34 usages

sticky-configuration-2 · Taking the configuration out of applications, using the same principles that underly dependency injection

<dependency>
    <groupId>net.stickycode.configuration</groupId>
    <artifactId>sticky-configuration</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stickycode.configuration : sticky-configuration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of net.stickycode.configuration : sticky-configuration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
sticky-configuration-2.5
2.4
sticky-configuration-2.4
1.5
sticky-configuration-1.5
1.4
sticky-configuration-1.4

How to add a dependency to Maven

Add the following net.stickycode.configuration : sticky-configuration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.stickycode.configuration</groupId>
    <artifactId>sticky-configuration</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.stickycode.configuration : sticky-configuration gradle dependency to your build.gradle file:

implementation 'net.stickycode.configuration:sticky-configuration:2.5'

Gradle Kotlin DSL: Add the following net.stickycode.configuration : sticky-configuration gradle kotlin dependency to your build.gradle.kts file:

implementation("net.stickycode.configuration:sticky-configuration:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.stickycode.configuration : sticky-configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "net.stickycode.configuration" % "sticky-configuration" % "2.5"

Advertisement

Dependencies from Group

Discover Dependencies

May 24, 2019
8 usages
192 stars
Dec 23, 2022
90 usages
25 stars
Mar 13, 2023
82 usages
15 stars
Jul 24, 2012
8 usages
325 stars
Jul 28, 2010
15 usages
Mar 07, 2023
3 usages
7 stars
Sep 27, 2017
39 usages
Oct 04, 2018
21 usages
1k stars