MVN

com.ibm.websphere.appserver.runtime : wlp-osgi

Maven & Gradle

Apr 05, 2022

WebSphere Liberty OSGi package

<dependency>
    <groupId>com.ibm.websphere.appserver.runtime</groupId>
    <artifactId>wlp-osgi</artifactId>
    <version>22.0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.websphere.appserver.runtime : wlp-osgi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22.0.0.4

All Versions

Choose a version of com.ibm.websphere.appserver.runtime : wlp-osgi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.0.x
wlp-osgi-22.0.0.4
wlp-osgi-22.0.0.3
wlp-osgi-22.0.0.2
wlp-osgi-22.0.0.1
21.0.x
wlp-osgi-21.0.0.12
wlp-osgi-21.0.0.11
wlp-osgi-21.0.0.10
wlp-osgi-21.0.0.9
wlp-osgi-21.0.0.8
wlp-osgi-21.0.0.7
wlp-osgi-21.0.0.6
wlp-osgi-21.0.0.5
wlp-osgi-21.0.0.4
wlp-osgi-21.0.0.3
wlp-osgi-21.0.0.2
wlp-osgi-21.0.0.1
20.0.x
wlp-osgi-20.0.0.12
wlp-osgi-20.0.0.11
wlp-osgi-20.0.0.10
wlp-osgi-20.0.0.9
wlp-osgi-20.0.0.8
wlp-osgi-20.0.0.7
wlp-osgi-20.0.0.6
wlp-osgi-20.0.0.5
wlp-osgi-20.0.0.4
wlp-osgi-20.0.0.3
wlp-osgi-20.0.0.2
wlp-osgi-20.0.0.1
19.0.x
wlp-osgi-19.0.0.12
wlp-osgi-19.0.0.11
wlp-osgi-19.0.0.10
wlp-osgi-19.0.0.9
wlp-osgi-19.0.0.8
wlp-osgi-19.0.0.7
wlp-osgi-19.0.0.6
wlp-osgi-19.0.0.5
wlp-osgi-19.0.0.4
wlp-osgi-19.0.0.3
wlp-osgi-19.0.0.2
wlp-osgi-19.0.0.1
18.0.x
wlp-osgi-18.0.0.4
wlp-osgi-18.0.0.3
wlp-osgi-18.0.0.2
wlp-osgi-18.0.0.1
17.0.x
wlp-osgi-17.0.0.4
wlp-osgi-17.0.0.3
wlp-osgi-17.0.0.2
wlp-osgi-17.0.0.1
16.0.x
wlp-osgi-16.0.0.4
wlp-osgi-16.0.0.3
wlp-osgi-16.0.0.2
8.5.x
wlp-osgi-8.5.5.9

How to add a dependency to Maven

Add the following com.ibm.websphere.appserver.runtime : wlp-osgi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.websphere.appserver.runtime</groupId>
    <artifactId>wlp-osgi</artifactId>
    <version>22.0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.websphere.appserver.runtime : wlp-osgi gradle dependency to your build.gradle file:

implementation 'com.ibm.websphere.appserver.runtime:wlp-osgi:22.0.0.4'

Gradle Kotlin DSL: Add the following com.ibm.websphere.appserver.runtime : wlp-osgi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.websphere.appserver.runtime:wlp-osgi:22.0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.websphere.appserver.runtime : wlp-osgi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.websphere.appserver.runtime" % "wlp-osgi" % "22.0.0.4"