License |
License |
---|---|
GroupId | GroupIdorg.sonatype.appcontext |
ArtifactId | ArtifactIdappcontext |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype 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).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
appcontext-3.2.pom | |
appcontext-3.2.jar | 43 KB |
appcontext-3.2-sources.jar | 27 KB |
appcontext-3.2-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.appcontext/appcontext/ -->
<dependency>
<groupId>org.sonatype.appcontext</groupId>
<artifactId>appcontext</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.appcontext/appcontext/
implementation 'org.sonatype.appcontext:appcontext:3.2'
// https://jarcasting.com/artifacts/org.sonatype.appcontext/appcontext/
implementation ("org.sonatype.appcontext:appcontext:3.2")
'org.sonatype.appcontext:appcontext:jar:3.2'
<dependency org="org.sonatype.appcontext" name="appcontext" rev="3.2">
<artifact name="appcontext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.appcontext', module='appcontext', version='3.2')
)
libraryDependencies += "org.sonatype.appcontext" % "appcontext" % "3.2"
[org.sonatype.appcontext/appcontext "3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-interpolation Optional | jar | 1.14 |
org.slf4j : slf4j-api Optional | jar | 1.6.1 |
org.sonatype.sisu : sisu-guice Optional | jar | 2.9.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.slf4j : slf4j-simple | jar | 1.6.1 |