w

wab-1.0

This feature enables OSGi applications that contain Web Application Bundles (WABs). Web application bundles are OSGi bundles that are internally structured in the same way as a war file and support the same web components.
Additional Features Terms & Conditions
Files download
File Operation
wab-1.0-24.0.0.4.pom download
Apache Maven
<dependency>
  <groupId>com.ibm.websphere.appserver.features</groupId>
  <artifactId>wab-1.0</artifactId>
  <version>24.0.0.4</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.websphere.appserver.features:wab-1.0:24.0.0.4'
Gradle Kotlin
implementation("com.ibm.websphere.appserver.features:wab-1.0:24.0.0.4")
Scala SBT
libraryDependencies += "com.ibm.websphere.appserver.features" % "wab-1.0" % "24.0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.websphere.appserver.features', module='wab-1.0', version='24.0.0.4')
)
Apache Ivy
<dependency org="com.ibm.websphere.appserver.features" name="wab-1.0" rev="24.0.0.4" />
Leiningen
[com.ibm.websphere.appserver.features/wab-1.0 "24.0.0.4"]
Apache Buildr
'com.ibm.websphere.appserver.features:wab-1.0:jar:24.0.0.4'