o

org.apache.karaf.shell.help

This bundles provides the karaf help system
Files download
File Operation
org.apache.karaf.shell.help-3.0.2.jar download
org.apache.karaf.shell.help-3.0.2.pom download
org.apache.karaf.shell.help-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.karaf.shell</groupId>
  <artifactId>org.apache.karaf.shell.help</artifactId>
  <version>3.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.karaf.shell:org.apache.karaf.shell.help:3.0.2'
Gradle Kotlin
implementation("org.apache.karaf.shell:org.apache.karaf.shell.help:3.0.2")
Scala SBT
libraryDependencies += "org.apache.karaf.shell" % "org.apache.karaf.shell.help" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.karaf.shell', module='org.apache.karaf.shell.help', version='3.0.2')
)
Apache Ivy
<dependency org="org.apache.karaf.shell" name="org.apache.karaf.shell.help" rev="3.0.2" />
Leiningen
[org.apache.karaf.shell/org.apache.karaf.shell.help "3.0.2"]
Apache Buildr
'org.apache.karaf.shell:org.apache.karaf.shell.help:jar:3.0.2'