MVN

de.wayofquality.blended : blended.container.context

Maven & Gradle

Mar 01, 2018
10 usages
35 stars

A simple OSGI service to provide access to the container's config directory.

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.container.context</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.wayofquality.blended : blended.container.context to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3
  • Latest Release Candidate: 2.4.0-RC4

All Versions

Choose a version of de.wayofquality.blended : blended.container.context to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
blended.container.context-2.4.0-RC4
blended.container.context-2.4.0-RC3
blended.container.context-2.4.0-RC2
blended.container.context-2.4.0-RC1
2.3.x
blended.container.context-2.3.0-RC12
blended.container.context-2.3.0-RC11
blended.container.context-2.3.0-RC10
blended.container.context-2.3.0-RC9
blended.container.context-2.3.0-RC8
blended.container.context-2.3.0-RC7
blended.container.context-2.3.0-RC6
blended.container.context-2.3.0-RC5
blended.container.context-2.3.0-RC4
blended.container.context-2.3.0-RC3
blended.container.context-2.3.0-RC2
blended.container.context-2.3.0-RC1
2.1.x
blended.container.context-2.1.3
blended.container.context-2.1.2
blended.container.context-2.1.1
blended.container.context-2.1.0
blended.container.context-2.1.0-RC12
blended.container.context-2.1.0-RC11
blended.container.context-2.1.0-RC10
blended.container.context-2.1.0-RC9
blended.container.context-2.1.0-RC8
blended.container.context-2.1.0-RC7
blended.container.context-2.1.0-RC6
blended.container.context-2.1.0-RC5
blended.container.context-2.1.0-RC4
blended.container.context-2.1.0-RC3
blended.container.context-2.1.0-RC2
blended.container.context-2.1.0-RC1
2.0.x
blended.container.context-2.0.1
2.0
blended.container.context-2.0
blended.container.context-2.0-RC17
blended.container.context-2.0-RC16
blended.container.context-2.0-RC15
blended.container.context-2.0-RC14
blended.container.context-2.0-RC13
blended.container.context-2.0-RC12
blended.container.context-2.0-RC11
blended.container.context-2.0-RC10
blended.container.context-2.0-RC8
blended.container.context-2.0-RC7
blended.container.context-2.0-RC6
blended.container.context-2.0-RC5
blended.container.context-2.0-RC4
blended.container.context-2.0-RC3
blended.container.context-2.0-RC2
blended.container.context-2.0-RC1

How to add a dependency to Maven

Add the following de.wayofquality.blended : blended.container.context maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.container.context</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.wayofquality.blended : blended.container.context gradle dependency to your build.gradle file:

implementation 'de.wayofquality.blended:blended.container.context:2.1.3'

Gradle Kotlin DSL: Add the following de.wayofquality.blended : blended.container.context gradle kotlin dependency to your build.gradle.kts file:

implementation("de.wayofquality.blended:blended.container.context:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.wayofquality.blended : blended.container.context sbt scala dependency to your build.sbt file:

libraryDependencies += "de.wayofquality.blended" % "blended.container.context" % "2.1.3"