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-23.0.0.10.pom download
Apache Maven
<dependency>
  <groupId>com.ibm.websphere.appserver.features</groupId>
  <artifactId>wab-1.0</artifactId>
  <version>23.0.0.10</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.websphere.appserver.features:wab-1.0:23.0.0.10'
Gradle Kotlin
implementation("com.ibm.websphere.appserver.features:wab-1.0:23.0.0.10")
Scala SBT
libraryDependencies += "com.ibm.websphere.appserver.features" % "wab-1.0" % "23.0.0.10"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.websphere.appserver.features', module='wab-1.0', version='23.0.0.10')
)
Apache Ivy
<dependency org="com.ibm.websphere.appserver.features" name="wab-1.0" rev="23.0.0.10" />
Leiningen
[com.ibm.websphere.appserver.features/wab-1.0 "23.0.0.10"]
Apache Buildr
'com.ibm.websphere.appserver.features:wab-1.0:jar:23.0.0.10'