b

blueprint-1.0

This feature enables support for deploying OSGi applications that use the OSGi blueprint container specification. With the OSGi Applications support in WebSphere Application Server, you can develop and deploy modular applications that use Java EE and OSGi technologies.
Additional Features Terms & Conditions
Files download
File Operation
blueprint-1.0-23.0.0.6.pom download
Apache Maven
<dependency>
  <groupId>com.ibm.websphere.appserver.features</groupId>
  <artifactId>blueprint-1.0</artifactId>
  <version>23.0.0.6</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.websphere.appserver.features:blueprint-1.0:23.0.0.6'
Gradle Kotlin
implementation("com.ibm.websphere.appserver.features:blueprint-1.0:23.0.0.6")
Scala SBT
libraryDependencies += "com.ibm.websphere.appserver.features" % "blueprint-1.0" % "23.0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.websphere.appserver.features', module='blueprint-1.0', version='23.0.0.6')
)
Apache Ivy
<dependency org="com.ibm.websphere.appserver.features" name="blueprint-1.0" rev="23.0.0.6" />
Leiningen
[com.ibm.websphere.appserver.features/blueprint-1.0 "23.0.0.6"]
Apache Buildr
'com.ibm.websphere.appserver.features:blueprint-1.0:jar:23.0.0.6'