o

osgiAppConsole-1.0

This feature enables an OSGi web console to aid debugging an OSGi application. It can be used to display information about bundles, packages and services which may be useful when developing your own OSGi application.
Additional Features Terms & Conditions
文件下载
文件名 操作
osgiAppConsole-1.0-24.0.0.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.ibm.websphere.appserver.features</groupId>
  <artifactId>osgiAppConsole-1.0</artifactId>
  <version>24.0.0.4</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.websphere.appserver.features:osgiAppConsole-1.0:24.0.0.4'
Gradle Kotlin
implementation("com.ibm.websphere.appserver.features:osgiAppConsole-1.0:24.0.0.4")
Scala SBT
libraryDependencies += "com.ibm.websphere.appserver.features" % "osgiAppConsole-1.0" % "24.0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.websphere.appserver.features', module='osgiAppConsole-1.0', version='24.0.0.4')
)
Apache Ivy
<dependency org="com.ibm.websphere.appserver.features" name="osgiAppConsole-1.0" rev="24.0.0.4" />
Leiningen
[com.ibm.websphere.appserver.features/osgiAppConsole-1.0 "24.0.0.4"]
Apache Buildr
'com.ibm.websphere.appserver.features:osgiAppConsole-1.0:jar:24.0.0.4'