is not current version
Last Version 4.4.0

org.apache.karaf.shell:shell 2.2.8


GroupId

GroupId

org.apache.karaf.shell
ArtifactId

ArtifactId

shell
Version

Version

2.2.8
Type

Type

pom

Download shell 2.2.8

Filename Size
shell-2.2.8.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.karaf.shell/shell/ -->
<dependency>
    <groupId>org.apache.karaf.shell</groupId>
    <artifactId>shell</artifactId>
    <version>2.2.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.shell/shell/
implementation 'org.apache.karaf.shell:shell:2.2.8'
// https://jarcasting.com/artifacts/org.apache.karaf.shell/shell/
implementation ("org.apache.karaf.shell:shell:2.2.8")
'org.apache.karaf.shell:shell:pom:2.2.8'
<dependency org="org.apache.karaf.shell" name="shell" rev="2.2.8">
  <artifact name="shell" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.shell', module='shell', version='2.2.8')
)
libraryDependencies += "org.apache.karaf.shell" % "shell" % "2.2.8"
[org.apache.karaf.shell/shell "2.2.8"]