MVN

org.sonatype.appcontext : appcontext

Maven & Gradle

Jun 06, 2012
13 usages

Sonatype AppContext · A small utility useful in various use cases, like "booting" an application. All it does is simply creates a plain Map, with it's values sourced from different places and applies different strategies (override order).

<dependency>
    <groupId>org.sonatype.appcontext</groupId>
    <artifactId>appcontext</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.appcontext : appcontext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2

All Versions

Choose a version of org.sonatype.appcontext : appcontext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
appcontext-3.2
3.1
appcontext-3.1
3.0
appcontext-3.0
2.1
appcontext-2.1
2.0
appcontext-2.0
1.0
appcontext-1.0

How to add a dependency to Maven

Add the following org.sonatype.appcontext : appcontext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.appcontext</groupId>
    <artifactId>appcontext</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.appcontext : appcontext gradle dependency to your build.gradle file:

implementation 'org.sonatype.appcontext:appcontext:3.2'

Gradle Kotlin DSL: Add the following org.sonatype.appcontext : appcontext gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.appcontext:appcontext:3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.appcontext : appcontext sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.appcontext" % "appcontext" % "3.2"

Advertisement