MVN

biz.aQute : osgi.enroute.webconsole.xray.provider

Maven & Gradle

Jan 07, 2020
4 stars

osgi.enroute.webconsole.xray.provider · A plugin for the Apache Felix Webconsole. When installed, this bundle will add a tab on the Web Console that provides a graphic overview of the OSGi framework, including services, bundles, and components. Colors are used to encode the different states. Bundles are shown to be started, stopped, starting, resolved, and installed. Services are shown to be used, looked for, or registered in the air. Components can be seen to be operating or not satisfied. Most objects have a tooltip with extra information and all objects can be clicked upon. Hovering over a bundle or service shows only the conenections to/from the component. The display updates every 5 seconds to provide a continuous view on the operations of the framework it runs on.

<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>osgi.enroute.webconsole.xray.provider</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.aQute : osgi.enroute.webconsole.xray.provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of biz.aQute : osgi.enroute.webconsole.xray.provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
osgi.enroute.webconsole.xray.provider-2.2.0

How to add a dependency to Maven

Add the following biz.aQute : osgi.enroute.webconsole.xray.provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>osgi.enroute.webconsole.xray.provider</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.aQute : osgi.enroute.webconsole.xray.provider gradle dependency to your build.gradle file:

implementation 'biz.aQute:osgi.enroute.webconsole.xray.provider:2.2.0'

Gradle Kotlin DSL: Add the following biz.aQute : osgi.enroute.webconsole.xray.provider gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.aQute:osgi.enroute.webconsole.xray.provider:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.aQute : osgi.enroute.webconsole.xray.provider sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.aQute" % "osgi.enroute.webconsole.xray.provider" % "2.2.0"

Advertisement