is not current version
Last Version 1.6.0

org.apache.felix.karaf.shell:shell 1.0.0


GroupId

GroupId

org.apache.felix.karaf.shell
ArtifactId

ArtifactId

shell
Version

Version

1.0.0
Type

Type

pom

Download shell 1.0.0

Filename Size
shell-1.0.0.pom 1 KB
Browse

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