MVN

org.wso2.carbon.deployment : osgi-tests

Maven & Gradle

May 10, 2018

Carbon Deployment OSGi Tests

<dependency>
    <groupId>org.wso2.carbon.deployment</groupId>
    <artifactId>osgi-tests</artifactId>
    <version>5.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.deployment : osgi-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.1
  • Latest Alpha: 5.0.0-alpha

All Versions

Choose a version of org.wso2.carbon.deployment : osgi-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
osgi-tests-5.2.1
osgi-tests-5.2.0
5.1.x
osgi-tests-5.1.9
osgi-tests-5.1.8
osgi-tests-5.1.7
osgi-tests-5.1.6
osgi-tests-5.1.5
osgi-tests-5.1.4
osgi-tests-5.1.3
osgi-tests-5.1.2
osgi-tests-5.1.1
osgi-tests-5.1.0
5.0.x
osgi-tests-5.0.0
osgi-tests-5.0.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.carbon.deployment</groupId>
    <artifactId>osgi-tests</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.deployment : osgi-tests gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.deployment:osgi-tests:5.2.1'

Gradle Kotlin DSL: Add the following org.wso2.carbon.deployment : osgi-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.deployment:osgi-tests:5.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.deployment : osgi-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.deployment" % "osgi-tests" % "5.2.1"