MVN

org.wso2.carbon.config : provider-bundle

Maven & Gradle

Dec 17, 2019

Carbon Configuration OSGi Sample

<dependency>
    <groupId>org.wso2.carbon.config</groupId>
    <artifactId>provider-bundle</artifactId>
    <version>2.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.config : provider-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.16

All Versions

Choose a version of org.wso2.carbon.config : provider-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
provider-bundle-2.1.16
provider-bundle-2.1.15
provider-bundle-2.1.12
provider-bundle-2.1.11
provider-bundle-2.1.10
provider-bundle-2.1.9
provider-bundle-2.1.8
provider-bundle-2.1.7
provider-bundle-2.1.6
provider-bundle-2.1.5
provider-bundle-2.1.4
provider-bundle-2.1.3
provider-bundle-2.1.2
provider-bundle-2.1.1
provider-bundle-2.1.0
2.0.x
provider-bundle-2.0.5
provider-bundle-2.0.4
provider-bundle-2.0.3
provider-bundle-2.0.2
provider-bundle-2.0.1
provider-bundle-2.0.0
1.0.x
provider-bundle-1.0.1
provider-bundle-1.0.0

How to add a dependency to Maven

Add the following org.wso2.carbon.config : provider-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.carbon.config</groupId>
    <artifactId>provider-bundle</artifactId>
    <version>2.1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.config : provider-bundle gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.config:provider-bundle:2.1.16'

Gradle Kotlin DSL: Add the following org.wso2.carbon.config : provider-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.config:provider-bundle:2.1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.config : provider-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.config" % "provider-bundle" % "2.1.16"