| Группа | Группаorg.apache.knox |
|---|---|
| Идентификатор | Идентификаторgateway-shell |
| Версия | Версия0.6.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gateway-shell-0.6.0.pom | |
| gateway-shell-0.6.0.jar | 135 KB |
| gateway-shell-0.6.0-sources.jar | 72 KB |
| gateway-shell-0.6.0-javadoc.jar | 388 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.knox/gateway-shell/ -->
<dependency>
<groupId>org.apache.knox</groupId>
<artifactId>gateway-shell</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.knox/gateway-shell/
implementation 'org.apache.knox:gateway-shell:0.6.0'
// https://jarcasting.com/artifacts/org.apache.knox/gateway-shell/
implementation ("org.apache.knox:gateway-shell:0.6.0")
'org.apache.knox:gateway-shell:jar:0.6.0'
<dependency org="org.apache.knox" name="gateway-shell" rev="0.6.0">
<artifact name="gateway-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.knox', module='gateway-shell', version='0.6.0')
)
libraryDependencies += "org.apache.knox" % "gateway-shell" % "0.6.0"
[org.apache.knox/gateway-shell "0.6.0"]