не последняя версия
Последняя версия 4.4.0

org.apache.karaf.shell:shell 3.0.9


Группа

Группа

org.apache.karaf.shell
Идентификатор

Идентификатор

shell
Версия

Версия

3.0.9
Тип

Тип

pom

Скачать shell 3.0.9

Имя Файла Размер
shell-3.0.9.pom 1 KB
Обзор

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