is not current version
Last Version 1.6.1

org.apache.knox:gateway-shell 1.0.0

Client DSL shell.

GroupId

GroupId

org.apache.knox
ArtifactId

ArtifactId

gateway-shell
Version

Version

1.0.0
Type

Type

jar

Download gateway-shell 1.0.0


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