o

org.apache.karaf.shell.help

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